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 0908c76 commit 1cb99beCopy full SHA for 1cb99be
.travis.yml
@@ -26,7 +26,6 @@ script:
26
before_deploy:
27
- git config --global user.email "[email protected]"
28
- git config --global user.name "Travis CI"
29
-- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
30
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
31
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
32
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
0 commit comments