fix drone
continuous-integration/drone/push Build is failing Details

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

View File

@ -32,6 +32,7 @@ steps:
SSH_KEY: SSH_KEY:
from_secret: private_key from_secret: private_key
commands: commands:
- mkdir $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa - echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- chmod 600 $HOME/.ssh/id_rsa - chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive - git submodule update --init --recursive