From 01ce2747efb4b9fa2a745f7fff5506374bdb16fe Mon Sep 17 00:00:00 2001 From: Fabio Bardella Date: Tue, 28 Apr 2020 13:12:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3b1cd9..9a5f023 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,6 @@ pages: - ssh-add <(echo "$SSH_PRIVATE_KEY") - mkdir -p ~/.ssh - chmod 700 ~/.ssh -# next command is suggested here: https://stackoverflow.com/questions/25689231/getting-gitlab-ci-to-clone-private-repositories - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config stage: deploy script: -- GitLab