File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ before_deploy:
4444- git config --global push.default simple
4545- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
4646- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
47- - git commit -am "Travis Test Passed"
47+ # - git commit -am "Travis Test Passed"
48+ = git add .
4849- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
4950- git push origin master && git push origin master --tags
50- # - git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
51+ - git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
5152# - ls -aR
5253deploy :
5354 provider : releases
You can’t perform that action at this time.
0 commit comments