forked from data.coop/website
Merge pull request 'Comment out Matrix plugin, it randomly hangs forever' (#109) from benjaoming/website:rm-matrix-notification into main
Reviewed-on: data.coop/website#109
This commit is contained in:
commit
6fed406c31
28
.drone.yml
28
.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})
|
||||
# - 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})
|
||||
|
|
Loading…
Reference in a new issue