Skip to content

Commit 03bc59d

Browse files
fix deploy and writing of build tag
1 parent 81631a8 commit 03bc59d

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
@@ -39,8 +39,8 @@ before_deploy:
3939
- git config --global user.email "builds@travis-ci.com"
4040
- git config --global user.name "Travis CI"
4141
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
42-
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
4342
- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
43+
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
4444
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
4545
- ls -aR
4646
deploy:
@@ -50,6 +50,7 @@ deploy:
5050
file:
5151
- test.txt
5252
- test2.txt
53+
- globalblacklist.conf
5354
skip_cleanup: true
5455
on:
5556
tags: false

0 commit comments

Comments
 (0)