Skip to content

Commit

Permalink
Merge pull request #121 from afontainec/mergeDev
Browse files Browse the repository at this point in the history
travis merge to dev after deploy
  • Loading branch information
afontainec committed May 25, 2020
2 parents e43933c + 31a522c commit 225fc94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis/pu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ upload_files() {

# This pushes the new tag
git push --tags

# merge to dev and push
git pull
git checkout dev
git merge master
git push origin dev
}

setup_git
Expand Down

0 comments on commit 225fc94

Please sign in to comment.