Re-add checkout command to update-master task

This commit is contained in:
Brice Lambson 2014-10-06 10:51:37 -07:00
parent 6d1a6c5231
commit ba1b99c745
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ functions
var gitFolder = '${repo}'
git gitCommand='fetch origin'
git gitCommand='checkout origin/master -B master'
git gitCommand='merge origin/release --ff-only'
git gitCommand='push origin master:master'