Comment out Matrix plugin, it randomly hangs forever
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Benjamin Bach 2023-12-17 00:12:33 +01:00
parent 509b750f0f
commit 268a576b3b
No known key found for this signature in database
GPG Key ID: 486F0D69C845416E
1 changed files with 14 additions and 14 deletions

View File

@ -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})
# - 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})