Commit ea62d4ed authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent 7a6cc71f
Pipeline #3595 failed with stage
in 17 seconds
Showing with 3 additions and 0 deletions
+3 -0
...@@ -9,6 +9,9 @@ before_script: ...@@ -9,6 +9,9 @@ before_script:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts - ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
- chmod 644 ~/.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" - ssh $USER_NAME "pwd"
......
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