Skip to content

Commit

Permalink
Merge pull request #2138 from erwinmombay/update-release-script-2
Browse files Browse the repository at this point in the history
reset canary to master on release script
  • Loading branch information
erwinmombay committed Feb 19, 2016
2 parents 1f61fdb + f08a730 commit 5e1bfa4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build-system/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ echo "===================="
echo "in folder $(pwd)"
echo "===================="

git checkout canary
git checkout -B canary master

git merge master

echo "done with merging master into canary"
echo "done with resetting canary"
echo "===================="

git checkout release
Expand Down

0 comments on commit 5e1bfa4

Please sign in to comment.