From 9780a4693a00c165061051994854e72cbd7b604b Mon Sep 17 00:00:00 2001 From: Alexis Gaget Date: Fri, 1 Dec 2023 11:28:44 +0100 Subject: [PATCH] add this line in Top templates to handle git submodules --- templates/top/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/top/.gitlab-ci.yml b/templates/top/.gitlab-ci.yml index bd8b5854..d706f8b8 100644 --- a/templates/top/.gitlab-ci.yml +++ b/templates/top/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: before_script: - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@drf-gitlab.cea.fr".insteadOf "ssh://git@drf-gitlab.cea.fr" + - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@drf-gitlab.cea.fr/".insteadOf "git@drf-gitlab.cea.fr:" build: stage: build