We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81631a8 commit 03bc59dCopy full SHA for 03bc59d
.travis.yml
@@ -39,8 +39,8 @@ before_deploy:
39
- git config --global user.email "builds@travis-ci.com"
40
- git config --global user.name "Travis CI"
41
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
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
+- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
44
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
45
- ls -aR
46
deploy:
@@ -50,6 +50,7 @@ deploy:
50
file:
51
- test.txt
52
- test2.txt
53
+ - globalblacklist.conf
54
skip_cleanup: true
55
on:
56
tags: false
0 commit comments