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 a529093 commit 17d2f4cCopy full SHA for 17d2f4c
.travis.yml
@@ -45,7 +45,7 @@ before_deploy:
45
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
46
- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
47
#- git commit -am "Travis Test Passed"
48
-= git add .
+- git add .
49
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
50
- git push origin master && git push origin master --tags
51
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
0 commit comments