Skip to content

Commit 75efeae

Browse files
committed
Fix method to get git repo
1 parent 7822c2c commit 75efeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MQ_IMAGE_DEVSERVER_BASE=mqadvanced-server-dev-base:$(MQ_VERSION)-$(ARCH)-$(BASE_
6161
DEV_JMS_IMAGE=mq-dev-jms-test
6262
# Variables for versioning
6363
IMAGE_REVISION=$(shell git rev-parse HEAD)
64-
IMAGE_SOURCE=$(shell git remote get-url origin)
64+
IMAGE_SOURCE=$(shell git config --get remote.origin.url)
6565
IMAGE_CREATED=$(shell date -u +%Y-%m-%dT%H:%M:%S%:z)
6666

6767

0 commit comments

Comments
 (0)