Skip to content

Commit

Permalink
CI: remove jrusz from notifications
Browse files Browse the repository at this point in the history
Removing myself from the slack notifications as I'm no longer a QE
member.
  • Loading branch information
jrusz authored and ondrejbudai committed Dec 2, 2024
1 parent 38b799f commit f68fcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schutzbot/slack_notification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f68fcff

Please sign in to comment.