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 f98f30e commit 0a0d029Copy full SHA for 0a0d029
Makefile
@@ -12,6 +12,9 @@ $(OPERATOR_CATALOG_CONTRIBUTION):
12
false;
13
14
.PHONY: catalog
15
+# replace this stub with one customized to serve your needs ... some examples below
16
+catalog: $(OPERATOR_CATALOG_CONTRIBUTION)
17
+
18
# in order to have a deliverable target, the CI workflow executes the target "catalog" and wraps the resulting catalog contribution in
19
# a PR to the modeled catalog repo
20
#
0 commit comments