Skip to content
Snippets Groups Projects
Commit be35da60 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Attempt fix for recursive deployment keys

parent 724d8c2d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ submodule_fetch:
script:
- chmod 600 .drawing-app-deploy.rsa
- git submodule sync --recursive
- GIT_SSH_COMMAND='ssh -i .drawing-app-deploy.rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git submodule update --init --recursive
- GIT_SSH_COMMAND='ssh -i '`pwd`'/.drawing-app-deploy.rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git submodule update --init --recursive
artifacts:
paths:
- src/liowebrtc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment