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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-03-08 02:41:43 +0300
committerSarah German <sgerman@gitlab.com>2023-03-08 02:41:43 +0300
commitbc4bcd6ebba46479019795430fbad68e256db21d (patch)
treef13703c29c7ad3e7813fe07ba506a1c0593d3ee5 /.gitlab/ci/test.gitlab-ci.yml
parentb2709656761c5a130040c1e448506b9356d8287c (diff)
Start using pipelines names in rules
Diffstat (limited to '.gitlab/ci/test.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 1bed0ec1..aafffe72 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -63,7 +63,7 @@ check_asdf_installation:
- make setup-asdf
- make install-asdf-dependencies
rules:
- - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+ - if: '$DOCS_PROJECT_PIPELINE_TYPE =~ /^MR pipeline.*/'
changes:
- .tool-versions