This commit is contained in:
teutat3s 2021-06-15 00:53:11 +02:00
parent bb7f1ea9b7
commit 211886e54d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -2,9 +2,6 @@ kind: pipeline
type: docker
name: upstreaming
clone:
disable: true
steps:
- name: "Sync upstream to local"
image: alpine/git
@ -18,9 +15,7 @@ steps:
GITEA_SSH_KEY:
from_secret: gitea_ssh_key
commands:
- git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os .
- sh .drone/setup_ssh.sh
- cat ~/.ssh/known_hosts
- git checkout devos
- git remote add devos git@git.b12f.io:pub-solar/devos
- git remote set-url origin git@git.b12f.io:pub-solar/os