debug
This commit is contained in:
parent
3662358706
commit
ec4d4904ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue