From 2aca81282ec82797bb9e681305255be24c978a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Ruano=20Rinc=C3=B3n?= Date: Tue, 19 Nov 2019 16:37:29 +0100 Subject: Change GIT_DEPTH to 1 to reduce the use of resources in salsa-ci --- .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 557ba339dc..67884599da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ check-syntax: # https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning variables: - GIT_DEPTH: "25" + GIT_DEPTH: "1" -- cgit v1.2.3