forked from platypush/platypush
[CI/CD] Remove git remote rm/add logic from sync-stable-branch.
This commit is contained in:
parent
1911c05afe
commit
2f20580498
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
||||||
. .drone/macros/configure-ssh.sh
|
. .drone/macros/configure-ssh.sh
|
||||||
. .drone/macros/configure-gpg.sh
|
. .drone/macros/configure-gpg.sh
|
||||||
|
|
||||||
# Git configuration
|
|
||||||
git remote rm origin
|
|
||||||
git remote add origin git@git.platypush.tech:platypush/platypush.git
|
|
||||||
|
|
||||||
# Merge and push to the `stable` branch
|
# Merge and push to the `stable` branch
|
||||||
git checkout stable
|
git checkout stable
|
||||||
git rebase master
|
git rebase master
|
||||||
|
|
Loading…
Reference in a new issue