From b9a447834b89516ae4383f70ff9165b472546616 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 22 Sep 2020 14:22:24 +0200 Subject: [PATCH] ci(gitlab): use clone git strategy --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3702d54533..52350d3ea7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ variables: - # Using git fetch is faster # See https://docs.gitlab.com/ce/user/project/pipelines/settings.html#git-strategy - GIT_STRATEGY: "fetch" + GIT_STRATEGY: "clone" # Init submodules # See https://docs.gitlab.com/ee/ci/yaml/#git-submodule-strategy