cron: reset origin remote url, so that next step's git fetch works

This commit is contained in:
teutat3s 2021-10-22 14:04:17 +02:00
parent bdb5132460
commit 782f4add01
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -22,6 +22,7 @@ steps:
- git checkout -b devos --track origin/devos
- git merge -X theirs devos/main
- git push origin devos
- git remote set-url origin https://git.b12f.io/pub-solar/os.git
- name: "Sync $BRANCH with upstream"
image: alpine/git