Commit 80462dc5 authored by Naundorf's avatar Naundorf
Browse files

Update .gitlab-ci.yml

parent d483e53b
Pipeline #6389 failed with stage
in 17 seconds
......@@ -7,13 +7,14 @@ 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
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- ssh-keyscan 193.196.53.93 > ~/.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:
script:
# - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
- ssh -J ubuntu@193.196.52.202 $USER_NAME "mkdir -p test_dir"
- scp -v testscript.sh $USER_NAME:~/test_dir/testscript.sh
- ssh -J ubuntu@193.196.52.202 $USER_NAME "chmod 700 test_dir/testscript.sh && sbatch -p single ./test_dir/testscript.sh $GITLAB_KEY"
- GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
- ssh -J ubuntu@193.196.53.93 $USER_NAME "mkdir -p test_dir"
- scp testscript.sh $USER_NAME:~/test_dir/testscript.sh
- ssh $USER_NAME "chmod 700 test_dir/testscript.sh && sbatch -p single ./test_dir/testscript.sh $GITLAB_KEY"
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