Skip to content

Commit e4c5651

Browse files
try commit within deploy
1 parent c746bca commit e4c5651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)