Commit bcd02d3b authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent ea62d4ed
Pipeline #3596 failed with stage
in 17 seconds
......@@ -4,14 +4,14 @@ before_script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- sudo apt-get install sshpass
- echo $SSH_PASSPHRASE
- sshpass -p $SSH_PASSPHRASE
- 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
- chmod 644 ~/.ssh/known_hosts
- sudo apt-get install sshpass
- echo $SSH_PASSPHRASE
- sshpass -p $SSH_PASSPHRASE ssh user@hostname
- ssh $USER_NAME "pwd"
......
Markdown is supported
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