fixed drone

This commit is contained in:
Philipp Lang 2022-11-22 15:45:36 +01:00
parent 9bba8c1e2e
commit dd20d94e09
1 changed files with 1 additions and 0 deletions

View File

@ -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