drone: fix cron job for upstream syncing #38

Merged
teutat3s merged 1 commit from refs/pull/38/head into main 2021-10-11 21:40:28 +00:00

View file

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