mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-04 06:01:28 +00:00
"&", not "&".
This commit is contained in:
parent
17e3f7dc47
commit
ce9e4a5080
@ -56,10 +56,10 @@
|
|||||||
<command>
|
<command>
|
||||||
cd {{ NAME }}
|
cd {{ NAME }}
|
||||||
git checkout {{ DEFAULT_BRANCH }}
|
git checkout {{ DEFAULT_BRANCH }}
|
||||||
git branch -a | egrep "remotes/origin/{{ PACKAGING_BRANCH_S }}" && git checkout {{ PACKAGING_BRANCH_S }} || git checkout -b {{ PACKAGING_BRANCH_S }}
|
git branch -a | egrep "remotes/origin/{{ PACKAGING_BRANCH_S }}" && git checkout {{ PACKAGING_BRANCH_S }} || git checkout -b {{ PACKAGING_BRANCH_S }}
|
||||||
git merge --ff-only {{ DEFAULT_BRANCH }}
|
git merge --ff-only {{ DEFAULT_BRANCH }}
|
||||||
git push --set-upstream origin {{ PACKAGING_BRANCH_S }}
|
git push --set-upstream origin {{ PACKAGING_BRANCH_S }}
|
||||||
git branch -a | egrep "remotes/origin/{{ PACKAGING_BRANCH_U }}" && git checkout {{ PACKAGING_BRANCH_U }} || git checkout -b {{ PACKAGING_BRANCH_U }}
|
git branch -a | egrep "remotes/origin/{{ PACKAGING_BRANCH_U }}" && git checkout {{ PACKAGING_BRANCH_U }} || git checkout -b {{ PACKAGING_BRANCH_U }}
|
||||||
git merge --ff-only {{ PACKAGING_BRANCH_S }}
|
git merge --ff-only {{ PACKAGING_BRANCH_S }}
|
||||||
git push --set-upstream origin {{ PACKAGING_BRANCH_U }}
|
git push --set-upstream origin {{ PACKAGING_BRANCH_U }}
|
||||||
</command>
|
</command>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user