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>2020-10-23 18:28:17 +0300
committerToon Claes <toon@gitlab.com>2020-10-26 13:30:02 +0300
commit1de80aed978097e09dd0bf606d38f7cd894b1c72 (patch)
treea16da86aa85e10182c53cff193f523c5054bc976
parent8695956fd0709f9cd78afeebe6378ccb3fc2d9e2 (diff)
Configure pipelines for merged results
This CI/CD configuration change is need to enable the checkbox "Enable merge trains and pipelines for merged results". More info at: https://docs.gitlab.com/ee/ci/merge_request_pipelines/pipelines_for_merged_results
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1304cdc52..e2974aaf4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,9 @@ variables:
GIT_VERSION: "v2.29.0"
RUBY_VERSION: "2.7"
+include:
+ - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+
danger-review:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:danger
allow_failure: true