summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-22 11:46:07 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-11-14 12:17:55 +0000
commit594edcc00d55028d4c815f6192ba9885b2340eb6 (patch)
treeb9eb986bbde44118bf39e53b604eb9a665ffab82 /.gitlab-ci.yml
parent3aebc51f164d4af160cfbe012b0a72873c11a4fc (diff)
gitlab-ci: avoid pulling all the git history each time
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 754dd2390..71e9e7101 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ variables:
DEBIAN_TAG: "2019-10-20"
DEBIAN_VERSION: buster-slim
DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG"
+ GIT_DEPTH: 100
include:
- project: 'wayland/ci-templates'