maj mail notif template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
94f7d82c16
commit
dec80a3e22
12
.drone.yml
12
.drone.yml
@ -49,10 +49,14 @@ steps:
|
||||
recipients: [ contact@legaragenumerique.fr ]
|
||||
subject: >
|
||||
[{{ build.status }}]
|
||||
{{ repo.owner }}/{{ repo.name }}
|
||||
attachment: build-result.xml
|
||||
body:
|
||||
https://git.io/vgvPz
|
||||
{{ repo.owner }}/{{ repo.name }}
|
||||
body: >
|
||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||
{{#success build.status}}
|
||||
✅ succeeded for 👷♂️ build {{build.number}}
|
||||
{{else}}
|
||||
🛑 failed for 👷♂️ build {{build.number}}
|
||||
{{/success}}
|
||||
when:
|
||||
status: [ success, failure ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user