Compare commits

..

2 commits

Author SHA1 Message Date
Bruno BELANYI 31b3b9fd24 flake: bump version to v0.4.0
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-03 15:55:45 +00:00
Bruno BELANYI 37491e91e6 matrix-notifier: fix link to pipeline 2024-01-03 15:55:45 +00:00

View file

@ -40,7 +40,7 @@ rawurlencode() {
default_woodpecker_message() {
local msg="Build ${CI_PIPELINE_STATUS}"
local woodpecker_url="${CI_SYSTEM_URL}/${CI_REPO}/pipeline/${CI_PIPELINE_NUMBER}"
local woodpecker_url="${CI_PIPELINE_URL}"
if [ "$FORMAT" == "true" ]; then
msg="$msg [${CI_REPO}#${CI_COMMIT_SHA:0:8}]($woodpecker_url)"
else