File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,14 @@ before_deploy:
4242- git config --global user.name "Travis CI"
4343# - git config --global user.email "${GIT_EMAIL}"
4444# - git config --global user.name "${GIT_NAME}"
45- # - git config --global push.default simple
45+ - git config --global push.default simple
4646- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
4747# - sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
4848# - cat $TRAVIS_BUILD_DIR/globalblacklist.conf
4949# - git commit -am "Travis Test Passed"
5050# - git commit -a
5151- git add .
52+ - git commit -am "Build $TRAVIS_BUILD_NUMBER"
5253- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
5354- git push origin master && git push origin master --tags
5455# - git pull origin https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
You can’t perform that action at this time.
0 commit comments