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: exclude:
- pull_request - pull_request
- name: notify # - name: notify
image: spotlightkid/drone-matrixchat-notify:latest # image: spotlightkid/drone-matrixchat-notify:latest
settings: # settings:
homeserver: https://data.coop # homeserver: https://data.coop
roomid: '!plKSghHbepWeUEtbHE:data.coop' # roomid: '!plKSghHbepWeUEtbHE:data.coop'
userid: # userid:
from_secret: matrix_username # from_secret: matrix_username
password: # password:
from_secret: matrix_password # from_secret: matrix_password
markdown: 'yes' # markdown: 'yes'
template: | # template: |
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** # `${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
#
${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK}) # ${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})