Skip to content

Commit

Permalink
Merge branch 'master' into version-add-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt authored Dec 7, 2023
2 parents e7da9ce + fa12f44 commit 07b198b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion RELEASE_VERSION

This file was deleted.

3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ main() {
RELEASE_VERSION=$(git describe --abbrev=0 --tags | tr -d 'v')
fi
if [ -z "${RELEASE_VERSION}" ] ; then
RELEASE_VERSION=$(cat RELEASE_VERSION)
echo "RELEASE_VERSION must be set"
exit 1
fi

if [ -z "${GIT_COMMIT}" ]; then
Expand Down

0 comments on commit 07b198b

Please sign in to comment.