From 435c60c37e79acaaa21e7998adbf465c7122caa0 Mon Sep 17 00:00:00 2001 From: Steve Abrams <sabrams@gitlab.com> Date: Tue, 10 Jan 2023 16:56:57 -0700 Subject: [PATCH] Notify slack when stable branch failure occurs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79c402c7fa7f3..2021c0d8ce4ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,7 @@ workflow: - if: '$CI_COMMIT_BRANCH =~ /^[\d-]+-stable(-ee)?$/' variables: RUBY_VERSION: "2.7" + NOTIFY_PIPELINE_FAILURE_CHANNEL: "releases" - if: '$CI_COMMIT_BRANCH =~ /^\d+-\d+-auto-deploy-\d+$/' variables: RUBY_VERSION: "2.7" -- GitLab