fixed drone

This commit is contained in:
Philipp Lang 2022-11-22 15:47:19 +01:00
parent efe2d3d59a
commit 9b66682226
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ steps:
commands:
- mkdir $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- echo "Host *\n StrictHostKeyChecking no" > $HOME/.ssh/config
- echo "Host *\\n StrictHostKeyChecking no" > $HOME/.ssh/config
- chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive