add missing name for matrix notification
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb461a29a9
commit
cd667b1b60
@ -47,6 +47,7 @@ local PipelineNotifications(depends_on=[]) = {
|
|||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
image: "plugins/matrix",
|
image: "plugins/matrix",
|
||||||
|
name: "matrix",
|
||||||
settings: {
|
settings: {
|
||||||
homeserver: "https://matrix.rknet.org",
|
homeserver: "https://matrix.rknet.org",
|
||||||
roomid: "MtidqQXWWAtQcByBhH:rknet.org",
|
roomid: "MtidqQXWWAtQcByBhH:rknet.org",
|
||||||
|
@ -42,7 +42,8 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- image: plugins/matrix
|
- name: matrix
|
||||||
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://matrix.rknet.org
|
homeserver: https://matrix.rknet.org
|
||||||
password:
|
password:
|
||||||
|
Reference in New Issue
Block a user