Unverified Commit 5a508c23 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #58907 from CaoShuFeng/quick_verify

Automatic merge from submit-queue (batch tested with PRs 57229, 58907). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix `make quick-verify` **Release note**: ```release-note none ```
parents f2ac9671 96cb7f29
...@@ -138,7 +138,7 @@ quick-verify: ...@@ -138,7 +138,7 @@ quick-verify:
@echo "$$QUICK_VERIFY_HELP_INFO" @echo "$$QUICK_VERIFY_HELP_INFO"
else else
quick-verify: verify_generated_files quick-verify: verify_generated_files
hack/make-rules/verify.sh -v -Q QUICK=true SILENT=false hack/make-rules/verify.sh
endif endif
define UPDATE_HELP_INFO define UPDATE_HELP_INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment