File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ export GIT_TAG=V2.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
1212git fetch --tags
1313msg=" Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
1414# if git tag $GIT_TAG -a -m "$msg" 2>/dev/null; then
15- git tag $GIT_TAG -a -m " Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
1615sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
1716sudo chown travis:travis $TRAVIS_BUILD_DIR /globalblacklist.conf
1817git add $TRAVIS_BUILD_DIR /globalblacklist.conf
1918# git add .
2019# git add $TRAVIS_BUILD_DIR/build.txt
21- git commit -am " Update build version file with $TRAVIS_BUILD_NUMBER "
20+ git tag $GIT_TAG -a -m " Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
21+ git commit -am " Update build version file $GIT_TAG with $TRAVIS_BUILD_NUMBER "
2222# sudo git push origin master -f && git push origin master --tags -f
2323git push https://${GH_TOKEN} @github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
2424ls -aR
You can’t perform that action at this time.
0 commit comments