Matrix notification test
This commit is contained in:
parent
41f5aaf27e
commit
00d258af34
12
.drone.yml
12
.drone.yml
@ -29,7 +29,15 @@ steps:
|
|||||||
GLUON_TARGET: ar71xx-generic
|
GLUON_TARGET: ar71xx-generic
|
||||||
GLUON_RELEASE: $input_hood-$GLUON_BRANCH-$input_version
|
GLUON_RELEASE: $input_hood-$GLUON_BRANCH-$input_version
|
||||||
FORCE_UNSAFE_CONFIGURE: 1
|
FORCE_UNSAFE_CONFIGURE: 1
|
||||||
|
- name: notify_start
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.nils.zone
|
||||||
|
roomid: !ljtaqLVGZMLLDSbCpi:nils.zone
|
||||||
|
username:
|
||||||
|
from_secret: matrix_username
|
||||||
|
password:
|
||||||
|
from_secret: matrix_password
|
||||||
#- name: build-ar71xx-generic
|
#- name: build-ar71xx-generic
|
||||||
# image: hoffmannhosting/gluon-builder
|
# image: hoffmannhosting/gluon-builder
|
||||||
# commands:
|
# commands:
|
||||||
@ -264,4 +272,4 @@ steps:
|
|||||||
- echo world
|
- echo world
|
||||||
- cd /srv/fwuploads
|
- cd /srv/fwuploads
|
||||||
- ls
|
- ls
|
||||||
- echo hallo > /tmp/bla
|
- echo hallo > /tmp/bla
|
||||||
|
Loading…
Reference in New Issue
Block a user