mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-18 12:21:29 +00:00
Create CI branches if they don't already exist.
This commit is contained in:
parent
61466cbda4
commit
7d3aa8f9ae
@ -53,9 +53,9 @@
|
|||||||
<command>
|
<command>
|
||||||
cd {{ NAME }}
|
cd {{ NAME }}
|
||||||
git checkout {{ DEFAULT_BRANCH }}
|
git checkout {{ DEFAULT_BRANCH }}
|
||||||
git checkout {{ PACKAGING_BRANCH }}
|
git checkout -b {{ PACKAGING_BRANCH }} || git checkout {{ PACKAGING_BRANCH }}
|
||||||
git merge --ff-only {{ DEFAULT_BRANCH }}
|
git merge --ff-only {{ DEFAULT_BRANCH }}
|
||||||
git push origin {{ PACKAGING_BRANCH }}
|
git push --set-upstream origin {{ PACKAGING_BRANCH }}
|
||||||
</command>
|
</command>
|
||||||
</hudson.tasks.Shell>
|
</hudson.tasks.Shell>
|
||||||
</builders>
|
</builders>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user