Skip to content

Commit

Permalink
Code-gen no longer required on verify
Browse files Browse the repository at this point in the history
due to vmware-tanzu#6039

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
  • Loading branch information
kaovilai authored and sseago committed Apr 5, 2023
1 parent 625d16d commit 7ab41f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.prow
Expand Up @@ -22,7 +22,7 @@ ci:
make -f $(MAKEFILE) verify all test

.PHONY: verify
verify: goimports code-generator controller-gen kubectl
verify: goimports controller-gen kubectl #code-generator
# add PROWBIN to PATH
@echo Verifying with PATH=$(PROWBIN):$(PATH)
# Per
Expand Down

0 comments on commit 7ab41f5

Please sign in to comment.