From 99c56a595f308d366902c84da8a7a612fd9d7047 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Aug 2021 22:53:47 +0200 Subject: [PATCH] Revert "Use fetch instead of shallow clone in CI" This reverts commit f631a87269934b531c6116d0919b650b14359c39. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eff63d6..4ebc8ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: