From 43c1c93497bf8c79f68580ff4137e4f73424943d Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Fri, 3 Feb 2023 19:05:32 +0100 Subject: [PATCH] Add git.km3net.de to known_hosts --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c89076f5..4e33fad1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ before_script: # workaround for https://github.com/JuliaDocs/Documenter.jl/issues/686 - apt-get -qq update; apt-get -y install git + - ssh-keyscan git.km3net.de:22 >> /root/.ssh/known_hosts .script: script: -- GitLab