Commit 1dc723b4 authored by Brendan Burns's avatar Brendan Burns

Fix testing to skip the release directories.

parent 99bf48dc
......@@ -33,6 +33,7 @@ kube::test::find_dirs() {
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/Godeps/*' \
-o -wholename './release*' \
-o -wholename '*/contrib/podex/*' \
-o -wholename '*/test/e2e/*' \
-o -wholename '*/test/integration/*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment