From 87477cd9106fe3fc26159cb31e62fff6c5dabb8c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 25 Jan 2021 11:04:49 +0100 Subject: [PATCH] gitlab-ci: gradle job needs git history to find what changed --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 011e9048..f22e492f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,6 +228,8 @@ fedora_latest: gradle: image: debian:bullseye <<: *apt-template + variables: + GIT_DEPTH: 1000 script: - apt-get install ca-certificates