CI: remove jrusz from notifications

Removing myself from the slack notifications as I'm no longer a QE
member.
This commit is contained in:
Jakub Rusz 2024-12-02 12:18:02 +01:00 committed by Ondřej Budai
parent 38b799f162
commit f68fcff400

View file

@ -8,11 +8,11 @@ if [ -z "${SLACK_WEBHOOK_URL:-}" ]; then
fi fi
if [ "$3" == "ga" ]; then 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 else
COMPOSE_ID=$(cat COMPOSE_ID) COMPOSE_ID=$(cat COMPOSE_ID)
COMPOSER_NVR=$(cat COMPOSER_NVR) 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 fi
curl \ curl \