From fb9442893d9fbd7fd5c84c39a83d0dc7e856790e Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Tue, 12 Mar 2019 22:14:05 +0100 Subject: [PATCH] Commenting out notifier for now! --- .drone.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index e2220ed..65dc2da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,14 +21,15 @@ pipeline: when: branch: - master - - notify: - image: plugins/matrix - secrets: [matrix_username, matrix_password] - settings: - homeserver: https://data.coop - roomid: plKSghHbepWeUEtbHE:data.coop - username: - from_secret: matrix_username - password: - from_Secret: matrix_password +# +# notify: +# image: plugins/matrix +# secrets: [matrix_username, matrix_password] +# settings: +# homeserver: https://data.coop +# roomid: plKSghHbepWeUEtbHE:data.coop +# username: +# from_secret: matrix_username +# password: +# from_Secret: matrix_password +# \ No newline at end of file