Skip to content

Commit

Permalink
Debugging failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Feb 8, 2016
1 parent 870fef7 commit d26fde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ before_deploy:
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://$GIT_TAG_USER:[email protected]/matt-richardson/teamcity-octopus-build-trigger-plugin.git
--tags
- git push -q https://$GIT_TAG_USER:[email protected]/matt-richardson/teamcity-octopus-build-trigger-plugin.git --tags
- ls -alR
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit d26fde4

Please sign in to comment.