debug
This commit is contained in:
parent
2fd4916fac
commit
c270f85076
|
@ -19,11 +19,11 @@ steps:
|
||||||
from_secret: gitea_ssh_key
|
from_secret: gitea_ssh_key
|
||||||
commands:
|
commands:
|
||||||
- git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os .
|
- git clone -b feat/upstreaming https://git.b12f.io/pub-solar/os .
|
||||||
- pwd
|
|
||||||
- ls -al
|
|
||||||
- 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 fetch --all
|
- git fetch --all
|
||||||
- git merge -X theirs devos/core
|
- git merge -X theirs devos/core
|
||||||
- git push origin devos
|
- git push origin devos
|
||||||
|
|
Loading…
Reference in a new issue