From 7275cf297e537852d2af931e7479b7bef70d14e1 Mon Sep 17 00:00:00 2001 From: Nicolo Parmiggiani <parmiggiani@iasfbo.inaf.it> Date: Fri, 19 Mar 2021 16:23:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fd6cbf..3d3fa7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ before_script: - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + - cat ~/.ssh/known_hosts ## ## Optionally, if you will be using any Git commands, set the user name and ## and email. -- GitLab