diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 2d440659..81bbfb3e 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -11,6 +11,8 @@ steps: image: registry.mgrote.net/allzweckcontainer:latest commands: - echo $CI_PREV_PIPELINE_URL # debug + - echo $CI_PIPELINE_PARENT + - echo $CI_PIPELINE_STATUS - | s-nail \ -s "CI: [$CI_PREV_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \ @@ -18,7 +20,7 @@ steps: -S smtp-auth=none \ -S v15-compat \ -S from=ci@mgrote.net \ - info@mgrote.net <