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>2021-04-19 04:08:52 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-04-19 04:08:52 +0300
commit9e4f6dbef4f4d9ee7706264f1dbf1e3b082d56ff (patch)
tree76e3f864d8b6d3b92c8fe34b066db3088d483f7b /.gitlab-ci.yml
parent7e4d1db85580fa1a07503950d20084fe77e341bb (diff)
Let other projects in gitlab-org run review apps
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5a59b29..dc374beb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -386,7 +386,7 @@ review:
url: http://$CI_COMMIT_REF_SLUG$REVIEW_SLUG.$APPS_DOMAIN
on_stop: review_stop
rules:
- - if: '$CI_PROJECT_PATH != "gitlab-org/gitlab-docs"'
+ - if: '$CI_PROJECT_PATH !~ /^gitlab-org/'
when: never
- if: '$CI_MERGE_REQUEST_ID'
- if: '$CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger"'
@@ -414,7 +414,7 @@ review_stop:
name: review/$CI_COMMIT_REF_SLUG$REVIEW_SLUG
action: stop
rules:
- - if: '$CI_PROJECT_PATH != "gitlab-org/gitlab-docs"'
+ - if: '$CI_PROJECT_PATH !~ /^gitlab-org/'
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_PIPELINE_SOURCE == "pipeline"|| $CI_PIPELINE_SOURCE == "trigger"'
allow_failure: true