hack/*.sh: re-add staging dirs to verify+update scripts

This commit is contained in:
Dr. Stefan Schimanski
2017-02-16 10:51:29 +01:00
parent 22e6bd4c8d
commit f6a2915f26
4 changed files with 5 additions and 5 deletions

View File

@@ -34,11 +34,10 @@ find_files() {
-o -wholename './_output' \
-o -wholename './_gopath' \
-o -wholename './release' \
-o -wholename './staging' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \
-o -wholename './staging' \
-o -wholename './staging/src/k8s.io/client-go/*vendor/*' \
\) -prune \
\) -name '*.go'
}