Revert "Use fetch instead of shallow clone in CI"

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

View File

@ -4,7 +4,6 @@ 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: