From 334b625300a4b4d1858a6ac1f765501058d32aa3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 18 Jun 2018 12:35:42 +1000 Subject: [PATCH] gitlab ci: use GIT_DEPTH of 1 We don't need the full repo Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a65dee4..d9374a77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ variables: # When using docker-in-docker (dind), it's wise to use the overlayfs driver # for improved performance. DOCKER_DRIVER: overlay2 + GIT_DEPTH: 1 .default_artifacts: &default_artifacts artifacts: