Proper formatting for versioning

This commit is contained in:
Bella 2020-04-05 08:47:39 -04:00
parent dcd6565ab0
commit a4c2911267
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
if [[ "$TRAVIS_PULL_REQUEST" == "true" ]]; then exit 0; else echo "">/dev/null; fi
CUR_VER="$(cat ./scripts/curVer)"
CUR_VER="${CUR_VER:1}"
COMMIT_TRIM="${TRAVIS_COMMIT::7}"
COMMIT_MSG="$TRAVIS_COMMIT_MESSAGE"