Re-add checkout command to update-master task
This commit is contained in:
parent
6d1a6c5231
commit
ba1b99c745
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue