Merge pull request #73222 from sttts/sttts-import-restrictions-owners

Move import-restrictions.yaml to staging/publishing
This commit is contained in:
Kubernetes Prow Robot 2019-01-26 15:34:12 -08:00 committed by GitHub
commit b54795e410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then
exit 1
fi
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/import-restrictions.yaml"
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/staging/publishing/import-restrictions.yaml"