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
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 2 additions and 0 deletions

View File

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