From 268a576b3b538864d9f3fb72b836b4388383d99e Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 17 Dec 2023 00:12:33 +0100 Subject: [PATCH] Comment out Matrix plugin, it randomly hangs forever --- .drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8585ffe..371ce0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,17 +62,17 @@ steps: exclude: - pull_request - - name: notify - image: spotlightkid/drone-matrixchat-notify:latest - settings: - homeserver: https://data.coop - roomid: '!plKSghHbepWeUEtbHE:data.coop' - userid: - from_secret: matrix_username - password: - from_secret: matrix_password - markdown: 'yes' - template: | - `${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** - - ${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK}) \ No newline at end of file +# - name: notify +# image: spotlightkid/drone-matrixchat-notify:latest +# settings: +# homeserver: https://data.coop +# roomid: '!plKSghHbepWeUEtbHE:data.coop' +# userid: +# from_secret: matrix_username +# password: +# from_secret: matrix_password +# markdown: 'yes' +# template: | +# `${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** +# +# ${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})