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
12
12
git fetch --tags
13
13
msg=" Tag $GIT_TAG Generated from TravisCI for build $TRAVIS_BUILD_NUMBER "
14
14
# 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 "
16
15
sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
17
16
sudo chown travis:travis $TRAVIS_BUILD_DIR /globalblacklist.conf
18
17
git add $TRAVIS_BUILD_DIR /globalblacklist.conf
19
18
# git add .
20
19
# 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 "
22
22
# sudo git push origin master -f && git push origin master --tags -f
23
23
git push https://${GH_TOKEN} @github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
24
24
ls -aR
You can’t perform that action at this time.
0 commit comments