mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #93627 from hasheddan/verify-py3
run make verify with python3 to fix publishing bot issue
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user