.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
rulrich 2024-03-11 20:47:32 +01:00
parent 665a47ec2c
commit 11bb4da3fb

View file

@ -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})