File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ before_deploy:
40
40
- git config --global user.name "Travis CI"
41
41
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
42
42
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
43
+ - sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
43
44
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
44
45
- ls -aR
45
46
deploy :
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ cd /usr/sbin
84
84
sudo ./update-ngxblocker
85
85
sudo service nginx reload
86
86
sudo chmod +x $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
87
- sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
87
+ # sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
You can’t perform that action at this time.
0 commit comments