Skip to content

Commit 8accd35

Browse files
committed
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 <[email protected]>
1 parent 0051d65 commit 8accd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-rules/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fi
220220

221221
ret=0
222222
run-checks "${KUBE_ROOT}/hack/verify-*.sh" bash
223-
run-checks "${KUBE_ROOT}/hack/verify-*.py" python
223+
run-checks "${KUBE_ROOT}/hack/verify-*.py" python3
224224
missing-target-checks
225225

226226
if [[ ${ret} -eq 1 ]]; then

0 commit comments

Comments
 (0)