File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -484,8 +484,8 @@ pull-mq-archive-dev:
484484.PHONY : push-advancedserver
485485push-advancedserver :
486486 @if [ $( MQ_DELIVERY_REGISTRY_NAMESPACE) = " master-fake" ]; then\
487- echo "Detected fake master build. Note that the push destination is set to the fake master namespace : $(MQ_DELIVERY_REGISTRY_FULL_PATH ) ";\
488- fi
487+ echo " Detected fake master build. Note that the push destination is set to the fake master namespace: $( MQ_DELIVERY_REGISTRY_FULL_PATH) " ; \
488+ fi
489489 $(info $(SPACER )$(shell printf $(TITLE ) "Push production image to $(MQ_DELIVERY_REGISTRY_FULL_PATH ) "$(END ) ) )
490490 $(COMMAND ) login $(MQ_DELIVERY_REGISTRY_HOSTNAME ) -u $(MQ_DELIVERY_REGISTRY_USER ) -p $(MQ_DELIVERY_REGISTRY_CREDENTIAL )
491491 $(COMMAND ) tag $(MQ_IMAGE_ADVANCEDSERVER ) \: $(MQ_TAG ) $(MQ_DELIVERY_REGISTRY_FULL_PATH ) /$(MQ_IMAGE_FULL_RELEASE_NAME )
@@ -494,8 +494,8 @@ push-advancedserver:
494494.PHONY : push-devserver
495495push-devserver :
496496 @if [ $( MQ_DELIVERY_REGISTRY_NAMESPACE) = " master-fake" ]; then\
497- echo "Detected fake master build. Note that the push destination is set to the fake master namespace : $(MQ_DELIVERY_REGISTRY_FULL_PATH ) ";\
498- fi
497+ echo " Detected fake master build. Note that the push destination is set to the fake master namespace: $( MQ_DELIVERY_REGISTRY_FULL_PATH) " ; \
498+ fi
499499 $(info $(SPACER )$(shell printf $(TITLE ) "Push developer image to $(MQ_DELIVERY_REGISTRY_FULL_PATH ) "$(END ) ) )
500500 $(COMMAND ) login $(MQ_DELIVERY_REGISTRY_HOSTNAME ) -u $(MQ_DELIVERY_REGISTRY_USER ) -p $(MQ_DELIVERY_REGISTRY_CREDENTIAL )
501501 $(COMMAND ) tag $(MQ_IMAGE_DEVSERVER ) \: $(MQ_TAG ) $(MQ_DELIVERY_REGISTRY_FULL_PATH ) /$(MQ_IMAGE_DEV_FULL_RELEASE_NAME )
You can’t perform that action at this time.
0 commit comments