From 825b960e767e2c443df274b1a944671f64e25e85 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 7 May 2019 12:37:45 +0200 Subject: [PATCH] Remove cat known_host --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74fb60134d..708ca558b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,6 @@ ubuntu-llvm: - export GIT_LFS_SKIP_SMUDGE=0 # This is for debug, we are checking the owner of the ssh key - ls -al "/root" - - cat ~/.ssh/known_hosts - ssh -vvv -T git@gitlab.orfeo-toolbox.org after_script: - echo "Nothing to do for after_script" -- GitLab