We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a637ea commit f9b2c5eCopy full SHA for f9b2c5e
travis-ci/deploy2.sh
@@ -8,9 +8,9 @@ git config --global push.default simple
8
#sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
9
export GIT_TAG=V2.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
10
git fetch --tags
11
-msg="Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
+msg="Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
12
if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
13
-git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
+git tag $GIT_TAG -a -m "Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
14
git push origin master && git push origin master --tags
15
ls -aR
16
else echo Tag already exists!; fi
0 commit comments