Merge pull request #93627 from hasheddan/verify-py3

run make verify with python3 to fix publishing bot issue
This commit is contained in:
Kubernetes Prow Robot 2020-10-16 08:01:25 -07:00 committed by GitHub
commit 23e5a85648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ fi
ret=0
run-checks "${KUBE_ROOT}/hack/verify-*.sh" bash
run-checks "${KUBE_ROOT}/hack/verify-*.py" python
run-checks "${KUBE_ROOT}/hack/verify-*.py" python3
missing-target-checks
if [[ ${ret} -eq 1 ]]; then