|
@@ -5,7 +5,7 @@ MVN_TARGET := target/writelatex-git-bridge-1.0-SNAPSHOT-jar-with-dependencies.ja
|
|
|
|
|
|
|
|
export BUILD_NUMBER ?= local
|
|
export BUILD_NUMBER ?= local
|
|
|
export BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
|
export BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
|
|
-BRANCH_NAME_TAG_SAFE = $(shell echo $(BRANCH_NAME) | sed 's/\//\-\-/g')
|
|
|
|
|
|
|
+BRANCH_NAME_TAG_SAFE = $(shell echo $(BRANCH_NAME) | sed 's/\//\-\-/g' | cut -c1-96)
|
|
|
export COMMIT_SHA ?= $(shell git rev-parse HEAD)
|
|
export COMMIT_SHA ?= $(shell git rev-parse HEAD)
|
|
|
PROJECT_NAME = git-bridge
|
|
PROJECT_NAME = git-bridge
|
|
|
|
|
|