[CI/CD] Remove git remote rm/add logic from sync-stable-branch.

This commit is contained in:
Fabio Manganiello 2024-05-26 00:39:51 +02:00
parent 1911c05afe
commit 2f20580498
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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