Skip to content

Commit

Permalink
feat: experiment with git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed Apr 26, 2024
1 parent f14eb7e commit 5d9a03f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ if [[ -z ${BRANCH} ]] ; then
echo "Using default branch(${BRANCH})"
fi


GIT_TAG=$(git describe --exact-match --abbrev=0)

echo "Git tag(${GIT_TAG})"

exit 1

VERSION="${BRANCH:1}"
SRC=$(pwd)

Expand Down

0 comments on commit 5d9a03f

Please sign in to comment.