Skip to content

Commit 1faa60c

Browse files
dtfranztmshort
authored andcommitted
UPSTREAM: <carry>: Add downstream verify makefile target
Signed-off-by: dtfranz <[email protected]>
1 parent c2a6d4e commit 1faa60c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openshift/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ include $(addprefix $(DIR)/vendor/github.com/openshift/build-machinery-go/make/,
77

88
include $(DIR)/.bingo/Variables.mk
99

10+
.PHONY: verify
11+
verify: ## Run downstream-specific verify
12+
$(MAKE) tidy fmt vet generate -C $(DIR)/../
13+
$(MAKE) manifests
14+
git diff --exit-code
15+
1016
.PHONY: manifests
1117
manifests: $(KUSTOMIZE) $(YQ)
1218
$(DIR)/generate-manifests.sh

0 commit comments

Comments
 (0)