Correction to Version/Build Numbering

This commit is contained in:
Mitchell Krog 2017-05-21 16:58:38 +02:00
parent 6101c9cc59
commit bcefe1cbb9

View file

@ -8,7 +8,7 @@ git config --global user.email "${GIT_EMAIL}"
git config --global user.name "${GIT_NAME}"
git config --global push.default simple
git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
export GIT_TAG=V3.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
export GIT_TAG=V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER
#git fetch --tags
#msg="Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
#if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then