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

@@ -42,7 +42,7 @@ find_files() {
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \
-o -wholename './staging' \
-o -wholename './staging/src/k8s.io/client-go/*vendor/*' \
-o -wholename '*/bindata.go' \
\) -prune \
\) -name '*.go'