From e2cf350331b888d5b7e097d8c8d85041dd8c45be Mon Sep 17 00:00:00 2001 From: Guillaume Heurtier <guillaume.heurtier@maarch.org> Date: Mon, 12 Apr 2021 12:34:19 +0200 Subject: [PATCH] FIX #16699 TIME 0:25 fix synchro to pro version --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a13480fe29..a7858a6cfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,7 @@ commits: - chmod 700 ~/.ssh - ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config' # Install git command - apt install -y git script: @@ -101,6 +102,7 @@ tags: - chmod 700 ~/.ssh - ssh-keyscan "$GITLAB_URL" >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config' # Install git and curl command - apt install -y git - apt install -y curl -- GitLab