From fb31a2ca999092b27fa14c536df621099dbc1f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=B3recki?= Date: Thu, 5 Mar 2026 13:18:47 +0100 Subject: [PATCH] Remove skull emoji from error slack notification --- deploy/slack-notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/slack-notification.py b/deploy/slack-notification.py index 3e9369a..e5e4ab5 100644 --- a/deploy/slack-notification.py +++ b/deploy/slack-notification.py @@ -73,7 +73,7 @@ def start_deploy() -> None: def end_deploy(end_type: Type) -> None: if end_type == Type.ERROR: - text = f":x: :skull_and_crossbones: Deployment ended with error.\n and <{os.getenv('CI_JOB_URL', 'https://example.com')}|View deployment pipeline> " + text = f":x: Deployment ended with error.\n and <{os.getenv('CI_JOB_URL', 'https://example.com')}|View deployment pipeline> " call_slack(text) else: