forked from platypush/platypush
[CI/CD] Create stable
branch if it doesn't exist.
This commit is contained in:
parent
d3562f4d20
commit
a2ec20bb3a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
. .drone/macros/configure-gpg.sh
|
||||
|
||||
# Merge and push to the `stable` branch
|
||||
git checkout stable
|
||||
git checkout stable || git checkout -b stable
|
||||
git rebase master
|
||||
git push -u origin stable
|
||||
git checkout master
|
||||
|
|
Loading…
Reference in a new issue