Skip to content

Commit 068bf1c

Browse files
author
Tony Sansone
committed
Update Makefile to use original git branch id.
1 parent 00b975e commit 068bf1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
ifeq ($(GIT_BRANCH), "")
2-
GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
3-
endif
1+
# ifeq ($(GIT_BRANCH), "")
2+
# GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
3+
# endif
4+
5+
GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
46

57
ifeq ($(USER), "")
68
USER=`whoami`

0 commit comments

Comments
 (0)