mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 00:13:47 +00:00
Automatic merge from submit-queue Don't try to run hack/verify-staging-* on dirty repository When the repo is dirty after running all `update-*` scripts in `hack/update-all.sh`, the staging verify scripts still fail. This PR removes these from `hack/update-all.sh`. Instead give useful instructions or continue automatically with `hack/update-all-staging.sh`.