fix commit sha

This commit is contained in:
Henrique Dias 2019-05-11 22:06:10 +01:00
parent 74e1d9fe15
commit 9236e4a7ec

View File

@ -3,7 +3,8 @@
set -e set -e
untracked="(untracked)" untracked="(untracked)"
REPO=$(cd $(dirname $0); pwd) REPO=$(cd $(dirname $0); pwd)\
COMMIT_SHA=$(git rev-parse --short HEAD)
ASSETS="false" ASSETS="false"
BINARY="false" BINARY="false"
RELEASE="" RELEASE=""