Skip to content

Commit

Permalink
staging will push to master on successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
brettbj committed Feb 16, 2016
1 parent 7410948 commit 086477e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shippable.yml
Expand Up @@ -22,6 +22,9 @@ script:
after_success:
- git config user.email "brettbj@gmail.com"
- git config user.name "Brett Beaulieu-Jones"
- git config --global push.default simple
- git remote set-url origin git@github.com:greenelab/DAPS.git

- git checkout master
- git merge --no-ff staging
- git add -f .
Expand Down

0 comments on commit 086477e

Please sign in to comment.