From a213dd0a7374ee89a635a8a0a66f987ab4b004d9 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Wed, 16 Jun 2021 14:56:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c512394..8de441c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ before_script: - chmod 700 ~/.ssh - ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - # + Test SSH: script: - GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n') -- GitLab