drone: fix cron job for upstream syncing

This commit is contained in:
teutat3s 2021-10-11 23:37:57 +02:00
parent e833c6cdae
commit b98637853e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,6 +35,7 @@ steps:
from_secret: gitea_ssh_key
commands:
- ./.drone/setup_ssh.sh
- git fetch --all
- git checkout origin/devos
- git merge -X theirs devos/main
- git push origin devos