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 <[email protected]>
  • Loading branch information
kaovilai authored and sseago committed Aug 10, 2023
1 parent 4e6916c commit d5ab058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.prow
Original file line number Diff line number Diff line change
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 d5ab058

Please sign in to comment.