Skip to content
Snippets Groups Projects
Verified Commit 4ba3da27 authored by JuniorJPDJ's avatar JuniorJPDJ Committed by Georg Krause
Browse files

Disable shallow clone when fetching tags

parent 419e80bb
No related branches found
No related tags found
No related merge requests found
Pipeline #15703 failed
...@@ -27,7 +27,7 @@ stages: ...@@ -27,7 +27,7 @@ stages:
.build: .build:
before_script: before_script:
- git fetch --tags - git fetch --filter=tree:0 --unshallow --tags
extends: .gradle-default extends: .gradle-default
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment