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 88a8fec commit f9b1071Copy full SHA for f9b1071
.travis.yml
@@ -32,7 +32,7 @@ before_deploy:
32
- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
33
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
34
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
35
-- git push -q https://${GH_TOKEN}@github.com/Stevie-Ray/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
+- git push -q https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
36
- ls -aR
37
deploy:
38
provider: releases
0 commit comments