mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
gitlab-ci: gradle job needs git history to find what changed
This commit is contained in:
parent
0af157244a
commit
87477cd910
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ fedora_latest:
|
||||||
gradle:
|
gradle:
|
||||||
image: debian:bullseye
|
image: debian:bullseye
|
||||||
<<: *apt-template
|
<<: *apt-template
|
||||||
|
variables:
|
||||||
|
GIT_DEPTH: 1000
|
||||||
script:
|
script:
|
||||||
- apt-get install
|
- apt-get install
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue