From 90c2f8b782d63d6b034eac56342df594541de5b2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 Jan 2024 14:33:39 +0000 Subject: [PATCH] matrix-notifier: fix link to pipeline --- matrix-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-notifier b/matrix-notifier index 0b99989..b74aa00 100755 --- a/matrix-notifier +++ b/matrix-notifier @@ -40,7 +40,7 @@ rawurlencode() { default_woodpecker_message() { local msg="Build ${CI_PIPELINE_STATUS}" - local woodpecker_url="${CI_SYSTEM_LINK}/${CI_REPO}/${CI_PIPELINE_NUMBER}" + local woodpecker_url="${CI_SYSTEM_URL}/${CI_REPO}/pipeline/${CI_PIPELINE_NUMBER}" if [ "$FORMAT" == "true" ]; then msg="$msg [${CI_REPO}#${CI_COMMIT_SHA:0:8}]($woodpecker_url)" else