Skip to content

Commit 17d2f4c

Browse files
typo in travis.yml
1 parent a529093 commit 17d2f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_deploy:
4545
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
4646
- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
4747
#- git commit -am "Travis Test Passed"
48-
= git add .
48+
- git add .
4949
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
5050
- git push origin master && git push origin master --tags
5151
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags

0 commit comments

Comments
 (0)