From da4f8c29781450990612b22c6fc6fb30bb8b06c9 Mon Sep 17 00:00:00 2001 From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com> Date: Tue, 2 Jul 2024 18:18:27 +0200 Subject: [PATCH] moves clone strategy --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc572bc..da8044e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -variables: - GIT_STRATEGY: clone - include: - component: git.code.tecnalia.com/smartdatalab/public/ci-cd-components/gitlab-ci/extract@master inputs: @@ -30,6 +27,7 @@ stages: variables: GITLAB_CI_FILES: "templates/gitlab-ci-docker.yml" BASH_SHELLCHECK_FILES: "*.sh" + GIT_STRATEGY: clone semantic-release: rules: -- GitLab