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 7822c2c + 75efeae commit 5583cc6Copy full SHA for 5583cc6
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