This commit is contained in:
parent
e80a8bfd9a
commit
24a8bdc0eb
1 changed files with 4 additions and 4 deletions
|
@ -29,16 +29,16 @@ steps:
|
|||
image: appleboy/drone-discord
|
||||
settings:
|
||||
webhook_id: 1357683988373704824
|
||||
webhook_token: wtAZM1Ps4upFV0Z5_HJKzWkJ19-lj0tagEwPofOJN4O3OHuET309RTkKQgakDWVrl0Ml
|
||||
webhook_token:
|
||||
from_secret: WEBHOOK_TOKEN
|
||||
message: >
|
||||
{{#success build.status}}
|
||||
build {{build.number}} succeeded. Good job.
|
||||
{{else}}
|
||||
build {{build.number}} failed. Fix me please.
|
||||
{{/success}}
|
||||
depends_on:
|
||||
- Build
|
||||
- Test-Debian
|
||||
when:
|
||||
status: [success, failure]
|
||||
|
||||
- name: Confirm-Build
|
||||
image: alpine
|
||||
|
|
Loading…
Add table
Reference in a new issue