Compare commits
No commits in common. "e320c7be2b0cc35bfd86eb39918586b0dac11c2b" and "396a4f85204862af26b5b2c8c76f8836c0dc5ec1" have entirely different histories.
e320c7be2b
...
396a4f8520
11
.drone.yml
11
.drone.yml
|
@ -63,16 +63,11 @@ steps:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: spotlightkid/drone-matrixchat-notify:latest
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://data.coop
|
homeserver: https://data.coop
|
||||||
roomid: '!plKSghHbepWeUEtbHE:data.coop'
|
roomid: plKSghHbepWeUEtbHE:data.coop
|
||||||
userid:
|
username:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_username
|
||||||
password:
|
password:
|
||||||
from_secret: matrix_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