Skip to content
Snippets Groups Projects
Commit b8c70193 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

let's try this again...

parent 31798404
No related branches found
No related tags found
1 merge request!1465try chmoding key
Pipeline #11942 failed
......@@ -6,7 +6,7 @@
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- chmod 400 "$SSH_PRIVATE_KEY"
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- ssh-add "$SSH_PRIVATE_KEY"
- chmod 700 ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config'
script:
......
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