gitlab-ci: gradle job needs git history to find what changed

This commit is contained in:
Hans-Christoph Steiner
2021-01-25 11:04:49 +01:00
parent 0af157244a
commit 87477cd910

View File

@@ -228,6 +228,8 @@ fedora_latest:
gradle:
image: debian:bullseye
<<: *apt-template
variables:
GIT_DEPTH: 1000
script:
- apt-get install
ca-certificates