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 7822c2c commit 75efeaeCopy full SHA for 75efeae
Makefile
@@ -61,7 +61,7 @@ MQ_IMAGE_DEVSERVER_BASE=mqadvanced-server-dev-base:$(MQ_VERSION)-$(ARCH)-$(BASE_
61
DEV_JMS_IMAGE=mq-dev-jms-test
62
# Variables for versioning
63
IMAGE_REVISION=$(shell git rev-parse HEAD)
64
-IMAGE_SOURCE=$(shell git remote get-url origin)
+IMAGE_SOURCE=$(shell git config --get remote.origin.url)
65
IMAGE_CREATED=$(shell date -u +%Y-%m-%dT%H:%M:%S%:z)
66
67
0 commit comments