mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-14 07:41:40 +00:00
Fix build.sh
This commit is contained in:
parent
28454d6fb7
commit
1b29e5771f
5
build.sh
5
build.sh
@ -7,7 +7,10 @@ if [ -d ".git" ]
|
|||||||
then
|
then
|
||||||
export BUILD=`git rev-parse --short HEAD || ""`
|
export BUILD=`git rev-parse --short HEAD || ""`
|
||||||
export BRANCH=`(git symbolic-ref --short HEAD | tr -d \/ ) || ""`
|
export BRANCH=`(git symbolic-ref --short HEAD | tr -d \/ ) || ""`
|
||||||
[[ $BRANCH == "master" ]] && export BRANCH=""
|
if [[ $BRANCH == "master" ]]
|
||||||
|
then
|
||||||
|
export BRANCH=""
|
||||||
|
fi
|
||||||
|
|
||||||
export FLAGS="-X github.com/matrix-org/dendrite/internal.branch=$BRANCH -X github.com/matrix-org/dendrite/internal.build=$BUILD"
|
export FLAGS="-X github.com/matrix-org/dendrite/internal.branch=$BRANCH -X github.com/matrix-org/dendrite/internal.build=$BUILD"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user