Run make verify with python3 to fix publishing bot issue

verify-publishing-bot is experiencing errors importing pyyaml since
python3 was added to kubekins-e2e image. This changes make verify to run
verify-publishing-bot with python3.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-08-01 07:27:16 -05:00
parent 0051d65f9f
commit 8accd354b0
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

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