edit drone.yml
Send notification only on failure
This commit is contained in:
parent
43a66b6521
commit
96b66e274a
@ -19,3 +19,6 @@ steps:
|
|||||||
message: |
|
message: |
|
||||||
Build {{build.number}} from commit [{{truncate commit.sha 10}}]({{commit.link}}) **failed**.
|
Build {{build.number}} from commit [{{truncate commit.sha 10}}]({{commit.link}}) **failed**.
|
||||||
{{uppercasefirst commit.author}} please fix me!
|
{{uppercasefirst commit.author}} please fix me!
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user