mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 08:08:36 +00:00
switch gitter to discord for drone. (#1971)
* switch gitter to discord for drone. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * add event Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * only notify build fail message. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -164,8 +164,13 @@ pipeline:
|
||||
event: [ tag ]
|
||||
branch: [ refs/tags/* ]
|
||||
|
||||
gitter:
|
||||
image: plugins/gitter
|
||||
discord:
|
||||
image: appleboy/drone-discord
|
||||
webhook_id: ${WEBHOOK_ID}
|
||||
webhook_token: ${WEBHOOK_TOKEN}
|
||||
when:
|
||||
event: [ push, tag, pull_request ]
|
||||
status: [ failure ]
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
Reference in New Issue
Block a user