drone: git fetch before doing git checkout

This commit is contained in:
teutat3s 2021-10-14 00:07:57 +02:00
parent 2e2e48b607
commit 5c67290549
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -36,6 +36,7 @@ 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