Revert "Explicitly fetch tags in CI"

This reverts commit c6775e549c.
This commit is contained in:
Georg Krause 2021-08-10 22:53:47 +02:00
parent 99c56a595f
commit 1a54ad2c78
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_FETCH_EXTRA_FLAGS: --tags
stages:
- test