mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
The hack/after-build/verify-* functions were using the hack/update-* functions. Which means that if you call hack/verify-* you will do the build twice. Stop it.