Browse Source

Disable shallow clone when fetching tags

enhancement/speed-up-pipelines
JuniorJPDJ 3 years ago committed by Georg Krause
parent
commit
4ba3da2734
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

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

Loading…
Cancel
Save