Skip to content

Commit b857946

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Remove vet from openshift verify
The `vet` target was removed upstream. Signed-off-by: Todd Short <todd.short@me.com>
1 parent 5478b00 commit b857946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(DIR)/.bingo/Variables.mk
99

1010
.PHONY: verify
1111
verify: ## Run downstream-specific verify
12-
$(MAKE) tidy fmt vet generate -C $(DIR)/../
12+
$(MAKE) tidy fmt generate -C $(DIR)/../
1313
$(MAKE) manifests
1414
git diff --exit-code
1515

0 commit comments

Comments
 (0)