Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 515f687

Browse files
authored
fix drone yaml format and switch to drone-matrix plugin (#54)
1 parent 8ea08c6 commit 515f687

File tree

2 files changed

+395
-346
lines changed

2 files changed

+395
-346
lines changed

.drone.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,11 @@ local PipelineNotifications = {
360360
},
361361
{
362362
name: 'matrix',
363-
image: 'plugins/matrix',
363+
image: 'thegeeklab/drone-matrix',
364364
settings: {
365365
homeserver: { from_secret: 'matrix_homeserver' },
366366
roomid: { from_secret: 'matrix_roomid' },
367-
template: 'Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}',
367+
template: 'Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}) ({{ build.Branch }}) by {{ commit.Author }}<br/> Message: {{ commit.Message }}',
368368
username: { from_secret: 'matrix_username' },
369369
password: { from_secret: 'matrix_password' },
370370
},

0 commit comments

Comments
 (0)