Skip to content

Commit cc9af38

Browse files
author
Per Goncalves da Silva
committed
update verify target to vendor before verifying to ensure tools are present
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 194fe8b commit cc9af38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ verify-mockgen: mockgen
206206
verify-manifests: manifests
207207
$(MAKE) diff
208208

209-
verify: verify-codegen verify-mockgen verify-manifests
209+
verify: vendor verify-codegen verify-mockgen verify-manifests
210210

211211
# before running release, bump the version in OLM_VERSION and push to master,
212212
# then tag those builds in quay with the version in OLM_VERSION

0 commit comments

Comments
 (0)