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 6ceb90e commit e610426Copy full SHA for e610426
travis-ci/deploy2.sh
@@ -9,11 +9,11 @@ git config --global push.default simple
9
export GIT_TAG=V2.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
10
git fetch --tags
11
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
+#if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
13
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
+#else echo Tag already exists!; fi
17
18
#YEAR=$(date +"%Y")
19
#MONTH=$(date +"%m")
0 commit comments