re-generate drone config
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Robert Kaussow 2021-09-22 09:19:30 +02:00
parent d941eb9150
commit 85cd1071ca
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 126 additions and 126 deletions

View File

@ -181,7 +181,7 @@ platform:
steps:
- name: matrix
image: plugins/matrix
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -189,7 +189,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
@ -206,6 +206,6 @@ depends_on:
---
kind: signature
hmac: afaebf7248604450f06f77948cddd98029bc16f6435bcd29a37f132367659069
hmac: 963dbe44d547ba195e304a8fdd54da24819e5033e3a6ba4ed4695a8d8656dc2d
...