From 8734c35b7a7f60be8fabca480ab8bddcb464ec0a Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 27 Jul 2023 14:17:55 +0200 Subject: [PATCH] Juan is no longer with Red Hat --- schutzbot/slack_notification.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/slack_notification.sh b/schutzbot/slack_notification.sh index 998345876..090754f70 100755 --- a/schutzbot/slack_notification.sh +++ b/schutzbot/slack_notification.sh @@ -9,7 +9,7 @@ fi COMPOSE_ID=$(cat COMPOSE_ID) COMPOSER_NVR=$(cat COMPOSER_NVR) -MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz, @jabia\n Link to results: $CI_PIPELINE_URL\n For edge testing status please see https://url.corp.redhat.com/edge-pipelines \"" +MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz\n Link to results: $CI_PIPELINE_URL\n For edge testing status please see https://url.corp.redhat.com/edge-pipelines \"" curl \ -X POST \