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

This commit is contained in:
Robert Kaussow 2021-09-19 21:48:23 +02:00
parent f65aa1ed0d
commit 02cc961198
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 150 additions and 150 deletions

View File

@ -172,7 +172,7 @@ steps:
- success
- name: matrix
image: plugins/matrix
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -180,7 +180,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 }}) ({{ build.Branch }}) by {{ commit.Author }}<br/> Message: {{ commit.Message }}"
username:
from_secret: matrix_username
when:
@ -201,6 +201,6 @@ depends_on:
---
kind: signature
hmac: 281a3574a24bdd5504af5ab5574ca4852c7a5ce7c90de6b307922e6806cb9357
hmac: 2a906f3a32b1caf636b52d00295b430d492282b48e805e005558bbc88ffc8a04
...