From ecf3b87690b94314dc715c7a047bc90ca0a4acdd Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 20 Jul 2017 23:02:49 +0200 Subject: CI/GitLab: Speed up build by limiting clone depth --- .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 9860f4f0f..357372dc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ # the new ones here in these builds. image: registry.gitlab.com/inkscape/inkscape-ci-docker/master +variables: + GIT_DEPTH: "10" + cache: paths: - ccache/ -- cgit v1.2.3