From 8accd354b04f549077ae85462a8f120e172f0ef8 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Sat, 1 Aug 2020 07:27:16 -0500 Subject: [PATCH] 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 --- hack/make-rules/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make-rules/verify.sh b/hack/make-rules/verify.sh index b91244cb8fd..6737c190cf8 100755 --- a/hack/make-rules/verify.sh +++ b/hack/make-rules/verify.sh @@ -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