Skip to content

Commit 81631a8

Browse files
fix deploy sequence
1 parent e83ca4b commit 81631a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4546
deploy:

travis-ci/install-nginx2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ cd /usr/sbin
8484
sudo ./update-ngxblocker
8585
sudo service nginx reload
8686
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

0 commit comments

Comments
 (0)