Skip to content

Commit

Permalink
chore: fix azure deploy (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jun 14, 2019
1 parent 47a6b2c commit 04e4d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else ifeq ($(TF_BUILD),True)
BUILD_NUMBER := $(BUILD_BUILDNUMBER)
GIT_COMMIT := $(shell git rev-parse --verify "HEAD^2" 2>/dev/null)
ifeq ($(GIT_COMMIT),)
GIT_COMMIT :?= $(BUILD_SOURCEVERSION)
GIT_COMMIT ?= $(BUILD_SOURCEVERSION)
endif
else
REPO := $(subst https://github.com/,,$(CHANGE_URL))
Expand Down

0 comments on commit 04e4d95

Please sign in to comment.