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.
2 parents 6e10f3b + 7c05f4c commit 2ff55a3Copy full SHA for 2ff55a3
Makefile
@@ -117,11 +117,9 @@ 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 "$(TRAVIS)" "true"
121
-ifneq "$(MAIN_BRANCH)" "$(SOURCE_BRANCH)"
+ifeq ($(shell [ "$(TRAVIS)" = "true" ] && [ -n $(MAIN_BRANCH) ] && [ -n $(SOURCE_BRANCH) ] && [ "$(MAIN_BRANCH)" != "$(SOURCE_BRANCH)" ] && echo "true"), true)
122
MQ_DELIVERY_REGISTRY_NAMESPACE="master-fake"
123
124
-endif
125
126
# LTS_TAG is the tag modifier for an LTS container build
127
LTS_TAG=
0 commit comments