mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +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:
commit
23e5a85648
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user