From a7c656a3a8e0e04a22ac81eeb96f72be56cc9f48 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sat, 15 Feb 2020 10:41:53 +0000 Subject: ci: use clone instead of fetch This makes sure there is no interference from older merge requests and shallow fetches. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b7e17ab84..637aa889cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - build variables: - GIT_STRATEGY: fetch + GIT_STRATEGY: clone GIT_DEPTH: "50" default: -- cgit v1.2.3