debug
This commit is contained in:
parent
bb7f1ea9b7
commit
211886e54d
|
@ -2,9 +2,6 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: upstreaming
|
name: upstreaming
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Sync upstream to local"
|
- name: "Sync upstream to local"
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
@ -18,9 +15,7 @@ steps:
|
||||||
GITEA_SSH_KEY:
|
GITEA_SSH_KEY:
|
||||||
from_secret: gitea_ssh_key
|
from_secret: gitea_ssh_key
|
||||||
commands:
|
commands:
|
||||||
- git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os .
|
|
||||||
- sh .drone/setup_ssh.sh
|
- sh .drone/setup_ssh.sh
|
||||||
- cat ~/.ssh/known_hosts
|
|
||||||
- git checkout devos
|
- git checkout devos
|
||||||
- git remote add devos git@git.b12f.io:pub-solar/devos
|
- git remote add devos git@git.b12f.io:pub-solar/devos
|
||||||
- git remote set-url origin git@git.b12f.io:pub-solar/os
|
- git remote set-url origin git@git.b12f.io:pub-solar/os
|
||||||
|
|
Loading…
Reference in a new issue