Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-10-11 15:25:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-25 13:49:19 +0300
commit297a2047d6aa32da1f2303770c78e17ddab92819 (patch)
tree38f0c873e6b76259e3ccfcd92f48eefbc90ffaae /.gitlab-ci.yml
parent5787cbf1341290fccb91f8708c79c43ba3826c39 (diff)
ci: Remove junit report from artifacts
The junit report is mentioned as normal artifact *and* report. This is not needed, so remove it from the regular artifacts.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3098a1951..2ae8f4ebe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,8 +130,6 @@ test:
- find . -type d \( -path ./_build -o -path ./ruby \) -prune -o -type d -exec chmod a-w {} \;
- make ${TARGET}
artifacts:
- paths:
- - _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
reports:
junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
parallel: