Skip to content

Commit 0a0d029

Browse files
committed
make Makefile fail the CI make test until/unless customized by forker
1 parent f98f30e commit 0a0d029

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ $(OPERATOR_CATALOG_CONTRIBUTION):
1212
false;
1313

1414
.PHONY: catalog
15+
# replace this stub with one customized to serve your needs ... some examples below
16+
catalog: $(OPERATOR_CATALOG_CONTRIBUTION)
17+
1518
# in order to have a deliverable target, the CI workflow executes the target "catalog" and wraps the resulting catalog contribution in
1619
# a PR to the modeled catalog repo
1720
#

0 commit comments

Comments
 (0)