Skip to content
Snippets Groups Projects
Commit 90387ad5 authored by Sven Marcus's avatar Sven Marcus
Browse files

Re-add creation of .ssh dir

parent 7638909f
No related branches found
No related tags found
1 merge request!48Adds a convergence analysis test case that runs on Phoenix
......@@ -255,7 +255,7 @@ gcc_9_python_slurm_test:
before_script:
# - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
# - apt-get install -y rsync
# - mkdir -p ~/.ssh
- mkdir -p ~/.ssh
# - chmod 700 ~/.ssh
# - eval $(ssh-agent -s)
# - echo "$SSH_KEY" | tr -d '\r' | ssh-add -
......
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