fix setup_ssh.sh order
This commit is contained in:
parent
4246e28247
commit
207e323f25
|
@ -19,8 +19,8 @@ steps:
|
|||
from_secret: gitea_ssh_key
|
||||
HOME: /root
|
||||
commands:
|
||||
- ./.drone/setup_ssh.sh
|
||||
- git clone -b devos git@git.b12f.io:pub-solar/os .
|
||||
- ./.drone/setup_ssh.sh
|
||||
- git remote add devos git@git.b12f.io:pub-solar/devos
|
||||
- git fetch --all
|
||||
- git merge -X theirs devos/core
|
||||
|
|
Loading…
Reference in a new issue