From 4395a817164ea82b930baca7ca325c30e502acb0 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 20 May 2018 18:37:33 +0200 Subject: Reduce depth of fetching to only 10 commits --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce9a0e2a9a..cfc25b5d44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,3 +8,6 @@ check-syntax: - git checkout master - git pull - make check-syntax + + variables: + GIT_DEPTH: "10" -- cgit v1.2.3