summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 16:58:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 16:58:06 +0000
commit635118860d8a68d69fb4007e07446216673fe9e6 (patch)
treeb303393d639fce6f5e8efad236542e52a940aafd
parent78b55e6ae4738332e2e568749803cc58d544ead0 (diff)
downloadgitlab-ce-635118860d8a68d69fb4007e07446216673fe9e6.tar.gz
Add latest changes from gitlab-org/gitlab@15-6-stable-ee
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edbbe90a774..a1f3910c907 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,8 @@ workflow:
when: never
# For stable, auto-deploy, and security branches, create a pipeline.
- if: '$CI_COMMIT_BRANCH =~ /^[\d-]+-stable(-ee)?$/'
+ variables:
+ NOTIFY_PIPELINE_FAILURE_CHANNEL: "releases"
- if: '$CI_COMMIT_BRANCH =~ /^\d+-\d+-auto-deploy-\d+$/'
- if: '$CI_COMMIT_BRANCH =~ /^security\//'