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

let's try this again...

parent 44e6ed4f
No related branches found
No related tags found
1 merge request!1465try chmoding key
Pipeline #11946 failed
......@@ -5,7 +5,7 @@
- mkdir -p ~/.ssh
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- echo $SSH_PRIVATE_KEY > ~/.ssh/id_ed25519
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_ed25519
- chmod 400 ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519
- chmod 700 ~/.ssh
......
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