Skip to content

Commit

Permalink
Fixes #968: Tag-based Travis deploys don't work. (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Jan 12, 2017
1 parent f16d78d commit f4e0d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ deploy:
branch: master
php: 5.6
- provider: script
script: blt deploy -Ddeploy.commitMsg="Automated commit by Travis CI for Build ${TRAVIS_TAG}" -Ddeploy.tag="${TRAVIS_TAG}"
script: blt deploy -Ddeploy.commitMsg="Automated commit by Travis CI for Build ${TRAVIS_TAG}" -Ddeploy.tag="${TRAVIS_TAG}" -Ddeploy.branch="${TRAVIS_BRANCH}-build"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit f4e0d12

Please sign in to comment.