maj email 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
58499f0fb2
commit
3acbc1309d
11
.drone.yml
11
.drone.yml
@ -50,9 +50,14 @@ steps:
|
|||||||
subject: >
|
subject: >
|
||||||
[{{ build.status }}]
|
[{{ build.status }}]
|
||||||
{{ repo.owner }}/{{ repo.name }}
|
{{ repo.owner }}/{{ repo.name }}
|
||||||
attachment: build-result.xml
|
body: >
|
||||||
body:
|
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}} <br />
|
||||||
https://git.io/vgvPz
|
{{#success build.status}}
|
||||||
|
✅ succeeded for 👷♂️ build {{build.number}}
|
||||||
|
{{else}}
|
||||||
|
🛑 failed for 👷♂️ build {{build.number}}
|
||||||
|
{{/success}}
|
||||||
|
<br /><img src='https://www.legaragenumerique.fr/wp-content/uploads/2019/10/logo-web-garage_numerique.png'/>
|
||||||
when:
|
when:
|
||||||
status: [ success, failure ]
|
status: [ success, failure ]
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user