Commit d51d7fd2 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

hack: rename verify-{staging- -> }imports.sh

parent 192bb626
......@@ -39,10 +39,10 @@ QUICK_PATTERNS+=(
"verify-generated-files-remake"
"verify-godep-licenses.sh"
"verify-gofmt.sh"
"verify-imports.sh"
"verify-pkg-names.sh"
"verify-readonly-packages.sh"
"verify-staging-client-go.sh"
"verify-staging-imports.sh"
"verify-test-images.sh"
"verify-test-owners.sh"
)
......
......@@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then
exit 1
fi
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/staging-import-restrictions.json"
\ No newline at end of file
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/import-restrictions.json"
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