This commit is contained in:
teutat3s 2021-06-15 00:46:05 +02:00
parent 3662358706
commit ec4d4904ad
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -17,9 +17,10 @@ steps:
environment:
GITEA_SSH_KEY:
from_secret: gitea_ssh_key
HOME: /root
commands:
- git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os .
- pwd
- ls -al
- ./.drone/setup_ssh.sh
- git checkout devos
- git remote add devos git@git.b12f.io:pub-solar/devos
@ -42,7 +43,6 @@ steps:
environment:
GITEA_SSH_KEY:
from_secret: gitea_ssh_key
HOME: /root
commands:
- ./.drone/setup_ssh.sh
- git fetch --all