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:
|
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})
|
||||||
|
|
Loading…
Reference in a new issue