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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-28 15:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-28 15:07:45 +0300
commita115ce8e49ece901e8222e51ec581cb162b721c6 (patch)
tree1994f386204b776ea0c5cccc4b4a540e66384158 /.gitlab
parent41ad919dfa526556bf7a3981ee740e236df5a8e7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rails.gitlab-ci.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml
index 098c5a8a5e1..c96628f72a2 100644
--- a/.gitlab/ci/rails.gitlab-ci.yml
+++ b/.gitlab/ci/rails.gitlab-ci.yml
@@ -341,21 +341,13 @@ gitlab:setup:
# These intermediate jobs allow us to collect the artifacts of
# more than 50 jobs and still use `needs:` to ensure a timely execution
.artifact-collector:
+ extends: .base-artifacts
stage: post-test
variables:
GIT_STRATEGY: none
image: alpine:3.17
script:
- - mkdir -p coverage deprecations rspec auto_explain
- - ls coverage/ deprecations/ rspec/ auto_explain/
- artifacts:
- expire_in: 7d
- when: always
- paths:
- - coverage/
- - deprecations/
- - rspec/
- - auto_explain/
+ - ls -R
rspec:artifact-collector unit:
extends: