Remove notify step

This commit is contained in:
Magnus Walbeck 2023-05-23 22:14:15 +02:00
parent 4d99a29eaa
commit 9ba36084a2
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -75,22 +75,6 @@ steps:
from_secret: dockerhub_password
repo: mwalbeck/supercronic
- name: notify
image: plugins/matrix
pull: if-not-exists
settings:
homeserver: https://matrix.mwalbeck.org
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
when:
status:
- failure
- success
trigger:
branch:
- main
@ -102,6 +86,6 @@ depends_on:
---
kind: signature
hmac: ffda343f429fb3e31cc569c74e1d9d9591167d28966fbd57db73bc2acc0af849
hmac: 709d9cdb789bc40102c49b3370e3e9136c926b089315f9ba7c1b8d6c5ec308bc
...