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 2ff55a3 commit 1a45834Copy full SHA for 1a45834
Makefile
@@ -117,7 +117,7 @@ else ifeq "$(ARCH)" "s390x"
117
endif
118
119
# If this is a fake master build, push images to alternative location (pipeline wont consider these images GA candidates)
120
-ifeq ($(shell [ "$(TRAVIS)" = "true" ] && [ -n $(MAIN_BRANCH) ] && [ -n $(SOURCE_BRANCH) ] && [ "$(MAIN_BRANCH)" != "$(SOURCE_BRANCH)" ] && echo "true"), true)
+ifeq ($(shell [ "$(TRAVIS)" = "true" ] && [ -n "$(MAIN_BRANCH)" ] && [ -n "$(SOURCE_BRANCH)" ] && [ "$(MAIN_BRANCH)" != "$(SOURCE_BRANCH)" ] && echo "true"), true)
121
MQ_DELIVERY_REGISTRY_NAMESPACE="master-fake"
122
123
0 commit comments