From 36c6fdd2548799a4095e4beff95f80e51c215ea3 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 20 Oct 2021 07:47:12 +0000 Subject: [PATCH] drone: fix git fetch for main, too (#48) Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/48 Co-authored-by: teutat3s Co-committed-by: teutat3s --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f9b3d07d..2a2fcf97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,10 +36,10 @@ steps: GITEA_SSH_KEY: from_secret: gitea_ssh_key commands: - - git fetch --all - - git checkout origin/main - ./.drone/setup_ssh.sh - git remote set-url origin git@git.b12f.io:pub-solar/os + - git fetch --all + - git checkout origin/main - ./.drone/upstream-branch.sh - name: "Open pull request for failed merge"