diff --git a/.drone/sync-stable-branch.sh b/.drone/sync-stable-branch.sh index 156afe54ab..d230cf3f22 100755 --- a/.drone/sync-stable-branch.sh +++ b/.drone/sync-stable-branch.sh @@ -4,10 +4,6 @@ . .drone/macros/configure-ssh.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 git checkout stable git rebase master