Commit 625d3424 authored by Naundorf's avatar Naundorf
Browse files

Update .gitlab-ci.yml

parent fff8f5e5
Pipeline #6363 failed with stage
in 8 minutes and 55 seconds
......@@ -7,7 +7,8 @@ before_script:
- echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
# - ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
Test SSH:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment