cd to {{ NAME }} before doing anything.

This commit is contained in:
Simon Quigley 2019-03-08 22:59:30 -06:00
parent 0577c6b75e
commit c48324124c

View File

@ -48,6 +48,7 @@
<builders>
<hudson.tasks.Shell>
<command>
cd {{ NAME }}
git checkout {{ DEFAULT_BRANCH }}
git checkout {{ PACKAGING_BRANCH }}
git merge --ff-only {{ DEFAULT_BRANCH }}