mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-15 12:52:21 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue