drone: fix cron job for upstream syncing #38
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue