summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 17:01:57 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 17:01:57 +0000
commit76bace8cdfcc8dfb033f534094d376b9d3b2c849 (patch)
treef1a796028ece5e65a82d6f35fa7484916cda654f
parent3f25f43110cd3d2f35837a830506043e8739a64d (diff)
downloadgitlab-ce-76bace8cdfcc8dfb033f534094d376b9d3b2c849.tar.gz
Add latest changes from gitlab-org/gitlab@15-7-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 2062953c9ba..18a3fad2f3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,6 +79,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\//'