1
0
Fork 0

allow discord notification to fail

This commit is contained in:
Daniel Wolf 2022-03-02 18:58:06 -05:00
parent a98be38f0c
commit 83e978794c
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ name: after
steps:
- name: notify
image: appleboy/drone-discord
failure: ignore
settings:
avatar_url: https://nephatrine.net/images/buttons/drone-ci.png
message: "Build of **[{{repo.name}}:{{commit.branch}}](<https://code.nephatrine.net/nephatrine/{{repo.name}}/src/branch/{{commit.branch}}>)** returned [{{build.status}}](<{{build.link}}>)."
@ -42,6 +43,6 @@ trigger:
---
kind: signature
hmac: ef5545d5a66525099109a75f605cb46ebb9f0b68f05fcaa7bab9a60e154490a2
hmac: ab81157fca9939dba824db6bb99810381fb9456e60530fda7de594e0d0d9c222
...