ci: switch to drone-matrix plugin

This commit is contained in:
Robert Kaussow 2021-09-19 21:35:48 +02:00
parent ba9f13be28
commit cc8f8621e2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 560 additions and 490 deletions

View File

@ -458,11 +458,11 @@ local PipelineNotifications = {
},
{
name: 'matrix',
image: 'plugins/matrix',
image: 'thegeeklab/drone-matrix',
settings: {
homeserver: { from_secret: 'matrix_homeserver' },
roomid: { from_secret: 'matrix_roomid' },
template: 'Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}',
template: 'Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}) ({{ build.Branch }}) by {{ commit.Author }}<br/> Message: {{ commit.Message }}',
username: { from_secret: 'matrix_username' },
password: { from_secret: 'matrix_password' },
},

1046
.drone.yml

File diff suppressed because it is too large Load Diff