From 92139c1278d5dc3d55ddd30f4539394076931d53 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 20 Jan 2023 12:38:26 +0100 Subject: [PATCH] Oopsies --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index 066da80..004be00 100644 --- a/server.py +++ b/server.py @@ -484,6 +484,7 @@ async def github(request): f'[{repository}] :red_circle: Pipeline [{pipeline_id}]({target_url}) failed on branch {branches}' ) elif description == "Pipeline canceled on GitLab": + pipeline_id = target_url.split("/")[-1] await notify( f'[{repository}] :heavy_multiplication_x: Pipeline [{pipeline_id}]({target_url}) canceled on branch {branches}' )