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 00b975e commit 068bf1cCopy full SHA for 068bf1c
Makefile
@@ -1,6 +1,8 @@
1
-ifeq ($(GIT_BRANCH), "")
2
- GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
3
-endif
+# ifeq ($(GIT_BRANCH), "")
+# GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
+# endif
4
+
5
+GIT_BRANCH=`$(shell git rev-parse --abbrev-ref HEAD)`
6
7
ifeq ($(USER), "")
8
USER=`whoami`
0 commit comments