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 cf403c3 commit 40d1bc4Copy full SHA for 40d1bc4
Makefile
@@ -1,4 +1,4 @@
1
-GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
+GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
2
USER=`whoami`
3
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
4
PRODUCTION_URL="https://docs.mongodb.com"
0 commit comments