g
This commit is contained in:
parent
92930e20cb
commit
97107c62d3
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,6 @@ steps:
|
||||||
from:
|
from:
|
||||||
address: "ci@mgrote.net"
|
address: "ci@mgrote.net"
|
||||||
name: "woodpecker"
|
name: "woodpecker"
|
||||||
evaluate: "build.status == 'failure' or prev_pipeline.status == 'failure'"
|
|
||||||
recipients:
|
recipients:
|
||||||
- info@mgrote.net
|
- info@mgrote.net
|
||||||
content:
|
content:
|
||||||
|
@ -34,3 +33,6 @@ steps:
|
||||||
{{ commit.author_email }}<br>
|
{{ commit.author_email }}<br>
|
||||||
attachments:
|
attachments:
|
||||||
- log/*
|
- log/*
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
|
Loading…
Reference in a new issue