Don't clone again

This commit is contained in:
Benjamin Bädorf 2021-06-14 23:03:38 +02:00
parent d9d5d97ee8
commit 5b1f11c9f2
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -45,10 +45,10 @@ steps:
- echo "Host git.b12f.io" >> ~/.ssh/config - echo "Host git.b12f.io" >> ~/.ssh/config
- echo " Port 2222" >> ~/.ssh/config - echo " Port 2222" >> ~/.ssh/config
- chmod -R 600 ~/.ssh - chmod -R 600 ~/.ssh
- git clone -b core git@git.b12f.io:pub-solar/os
- cd os - cd os
- git fetch - git fetch --all
- git merge devos - git checkout origin/core
- git merge origin/devos
- git push origin core - git push origin core
- name: "Notify success" - name: "Notify success"