From 7fc3aa25c009224b3eed6c7dc10d708602fb27d4 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Thu, 4 Dec 2025 23:31:44 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf5927f..ca4dc55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ notify: stage: notify # Should be in a later stage than the job that might fail when: on_success # <-- This is the key keyword script: - - column=":" + - column="'" - echo "${flow_id}" - curl -XPOST http://192.168.77.101:8123/api/webhook/voice-notifications-tC_8YKxMJIAaQRV5riKuC7Zl?message=${column}build job completed${column} @@ -60,6 +60,8 @@ notify2: stage: notify # Should be in a later stage than the job that might fail when: on_failure # <-- This is the key keyword script: + - column="'" + - echo "${flow_id}" - curl -XPOST http://192.168.77.101:8123/api/webhook/voice-notifications-tC_8YKxMJIAaQRV5riKuC7Zl?message=${column}build job failed${column} rules: - if: '$CI_COMMIT_MESSAGE =~ /build/'