Skip to content

Commit

Permalink
Run make verify with python3 to fix publishing bot issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hasheddan committed Aug 1, 2020
1 parent 0051d65 commit 8accd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-rules/verify.sh
Expand Up @@ -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
Expand Down

0 comments on commit 8accd35

Please sign in to comment.