From 2f20580498bed3e70c74d0c8b473361cb91f1357 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 May 2024 00:39:51 +0200 Subject: [PATCH] [CI/CD] Remove git remote rm/add logic from sync-stable-branch. --- .drone/sync-stable-branch.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone/sync-stable-branch.sh b/.drone/sync-stable-branch.sh index 156afe54a..d230cf3f2 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