From 5fe5cb1fe1b512a26278a801a38e43ac5a25046a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Sat, 30 Oct 2021 18:29:39 +0200 Subject: [PATCH] Change GIT_STRATEGY. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01244e5..60a87be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - GIT_STRATEGY: fetch + GIT_STRATEGY: clone website: stage: build