File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ before_deploy:
4242# - git config --global user.email "${GIT_EMAIL}"
4343# - git config --global user.name "${GIT_NAME}"
4444# - git config --global push.default simple
45- - export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
46- - sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
47- - cat $TRAVIS_BUILD_DIR/globalblacklist.conf
45+ # - export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
46+ # - sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
47+ # - cat $TRAVIS_BUILD_DIR/globalblacklist.conf
4848# - git commit -am "Travis Test Passed"
49- - git commit -a
49+ # - git commit -a
5050- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
5151# - git push origin master && git push origin master --tags
5252- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ 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
88- # cat $TRAVIS_BUILD_DIR/globalblacklist.conf
87+ sudo export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
88+ sudo $TRAVIS_BUILD_DIR /travis-ci/modify-globalblacklist.sh
89+ cat $TRAVIS_BUILD_DIR /globalblacklist.conf
8990# sudo sed --version
9091# sudo apt-cache policy dash
You can’t perform that action at this time.
0 commit comments