From f68fcff400947b989c1688ccd9245b114c0dbe88 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Mon, 2 Dec 2024 12:18:02 +0100 Subject: [PATCH] CI: remove jrusz from notifications Removing myself from the slack notifications as I'm no longer a QE member. --- schutzbot/slack_notification.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schutzbot/slack_notification.sh b/schutzbot/slack_notification.sh index e3b9f11bd..2ab294001 100755 --- a/schutzbot/slack_notification.sh +++ b/schutzbot/slack_notification.sh @@ -8,11 +8,11 @@ if [ -z "${SLACK_WEBHOOK_URL:-}" ]; then fi if [ "$3" == "ga" ]; then - MESSAGE="\"<$CI_PIPELINE_URL|GA composes pipeline>: *$1* $2, cc <@U01CUGX9L68>, <@U01Q07AHZ9C>, <@U04PYMDRV5H>\"" + MESSAGE="\"<$CI_PIPELINE_URL|GA composes pipeline>: *$1* $2, cc <@U01CUGX9L68>, <@U04PYMDRV5H>\"" else COMPOSE_ID=$(cat COMPOSE_ID) COMPOSER_NVR=$(cat COMPOSER_NVR) - MESSAGE="\"<$CI_PIPELINE_URL|Nightly pipeline> ($COMPOSE_ID: $COMPOSER_NVR): *$1* $2, cc <@U01CUGX9L68>, <@U01Q07AHZ9C>, <@U04PYMDRV5H>\"" + MESSAGE="\"<$CI_PIPELINE_URL|Nightly pipeline> ($COMPOSE_ID: $COMPOSER_NVR): *$1* $2, cc <@U01CUGX9L68>, <@U04PYMDRV5H>\"" fi curl \