Use fetch instead of shallow clone in CI

This commit is contained in:
Georg Krause 2021-08-10 22:47:35 +02:00
parent c6775e549c
commit f631a87269
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ variables:
COBERTURA_REPORT: '$CI_PROJECT_DIR/app/build/reports/cobertura.xml'
JACOCO_CSV_LOCATION: '$CI_PROJECT_DIR/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.csv'
JACOCO_XML_LOCATION: '$CI_PROJECT_DIR/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
GIT_STRATEGY: fetch
GIT_FETCH_EXTRA_FLAGS: --tags
stages: