ci: switch to drone-matrix plugin
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-09-21 22:36:56 +02:00
parent 20cff9d0f4
commit caf09f9bbd
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 78 additions and 78 deletions

View File

@ -132,11 +132,11 @@ local PipelineNotification = {
steps: [
{
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 }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}',
username: { from_secret: 'matrix_username' },
password: { from_secret: 'matrix_password' },
},

View File

@ -122,7 +122,7 @@ clone:
steps:
- name: matrix
image: plugins/matrix
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -130,7 +130,7 @@ steps:
from_secret: matrix_password
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 }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
username:
from_secret: matrix_username
@ -147,6 +147,6 @@ depends_on:
---
kind: signature
hmac: 3d83b0e1fc425aebcebfd37222d981acd4e211dec8380d859ba797bcf3dc5db0
hmac: 068fa33e7432a6af60689046dc3c4b92aa28c61c379f0540b014f7c0cd6520e8
...