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 88bb434 commit 11fd8a2Copy full SHA for 11fd8a2
fbc/Makefile
@@ -94,7 +94,7 @@ ${BINDIR}/yq:
94
if [ ! -d ${BINDIR} ]; then mkdir -p ${BINDIR}; fi
95
curl -sLO https://github.com/mikefarah/yq/releases/download/$(YQ_VERSION)/yq_$(OS)_$(ARCH) && mv yq_$(OS)_$(ARCH) ${BINDIR}/yq && chmod +x ${BINDIR}/yq
96
97
-@PHONY: render_catalogs.sh
+.PHONY: render_catalogs.sh
98
render_catalogs.sh:
99
100
curl -sLO https://raw.githubusercontent.com/redhat-openshift-ecosystem/operator-pipelines/main/fbc/render_catalogs.sh
0 commit comments