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

This commit is contained in:
Philipp Lang 2022-11-22 15:43:14 +01:00
parent e3604044be
commit a10a9231ef
1 changed files with 6 additions and 0 deletions

View File

@ -28,8 +28,14 @@ name: default
steps:
- name: submodules
image: alpine/git
environment:
SSH_KEY:
from_secret: private_key
commands:
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive
- name: test
image: docker:latest
commands: