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:
4040- git config --global user.name "Travis CI"
4141- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
4242- 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
4344- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
4445- ls -aR
4546deploy :
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ cd /usr/sbin
8484sudo ./update-ngxblocker
8585sudo service nginx reload
8686sudo 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