Disable shallow clone when fetching tags

This commit is contained in:
JuniorJPDJ 2021-08-11 11:19:27 +02:00 committed by Georg Krause
parent 419e80bbc3
commit 4ba3da2734
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ stages:
.build:
before_script:
- git fetch --tags
- git fetch --filter=tree:0 --unshallow --tags
extends: .gradle-default
artifacts:
paths: