fixed drone
This commit is contained in:
parent
9bba8c1e2e
commit
dd20d94e09
|
@ -34,6 +34,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir $HOME/.ssh
|
- mkdir $HOME/.ssh
|
||||||
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||||
|
- "Host *\n StrictHostKeyChecking no" > $HOME/.ssh/config
|
||||||
- chmod 600 $HOME/.ssh/id_rsa
|
- chmod 600 $HOME/.ssh/id_rsa
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue