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-05-10 04:04:04 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-05-10 04:04:04 +0300
commit0a6902ab96cda827e3b0084e355875efdb67658b (patch)
tree4cceb8d1ce33fa1e243bd42d748dcf1e62ace8c0
parent5c1988cdc289408d33d58897a9f5fffbc8f34d11 (diff)
Let renovatebot MRs have a review app
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fd5308d..ca9aaeeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -389,6 +389,7 @@ review:
url: http://$CI_COMMIT_REF_SLUG$REVIEW_SLUG.$APPS_DOMAIN
on_stop: review_stop
rules:
+ - if: '$CI_PROJECT_PATH == "gitlab-renovate-forks/gitlab-docs"'
- if: '$CI_PROJECT_PATH !~ /^gitlab-org/'
when: never
- if: '$CI_MERGE_REQUEST_ID'
@@ -417,6 +418,9 @@ review_stop:
name: review/$CI_COMMIT_REF_SLUG$REVIEW_SLUG
action: stop
rules:
+ - if: '$CI_PROJECT_PATH == "gitlab-renovate-forks/gitlab-docs"'
+ allow_failure: true
+ when: manual
- if: '$CI_PROJECT_PATH !~ /^gitlab-org/'
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_PIPELINE_SOURCE == "pipeline"|| $CI_PIPELINE_SOURCE == "trigger"'