This commit is contained in:
parent
665a47ec2c
commit
11bb4da3fb
1 changed files with 2 additions and 3 deletions
|
|
@ -64,15 +64,14 @@ steps:
|
||||||
# - pull_request
|
# - pull_request
|
||||||
|
|
||||||
- name: matrix-pr
|
- name: matrix-pr
|
||||||
image: spotlightkid/drone-matrixchat-notify
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
homeserver: 'https://matrix.skunklab.ch'
|
homeserver: 'https://matrix.skunklab.ch'
|
||||||
roomid: '!FDAJGGDdLHWcwTOhsU:skunklab.ch'
|
roomid: '!FDAJGGDdLHWcwTOhsU:skunklab.ch'
|
||||||
userid: '@rulrich:skunklab.ch'
|
userid: '@rulrich:skunklab.ch'
|
||||||
accesstoken:
|
accesstoken:
|
||||||
from_secret: drone_matrix_accesstoken
|
from_secret: drone_matrix_accesstoken
|
||||||
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…
Add table
Reference in a new issue