We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194fe8b commit cc9af38Copy full SHA for cc9af38
Makefile
@@ -206,7 +206,7 @@ verify-mockgen: mockgen
206
verify-manifests: manifests
207
$(MAKE) diff
208
209
-verify: verify-codegen verify-mockgen verify-manifests
+verify: vendor verify-codegen verify-mockgen verify-manifests
210
211
# before running release, bump the version in OLM_VERSION and push to master,
212
# then tag those builds in quay with the version in OLM_VERSION
0 commit comments