WIP notifications #3

Closed
decentral1se wants to merge 2 commits from notifications-working into master
Showing only changes of commit c559f532e8 - Show all commits

View File

@ -31,7 +31,7 @@ steps:
channel: notifications channel: notifications
username: drone-notifications-bot username: drone-notifications-bot
message: message:
- value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} succeeded. Well done :partying_face:" - value: "git.autonomic.zone: [${DRONE_COMMIT_SHA}](${DRONE_COMMIT_LINK}) succeeded :partying_face:"
when: when:
DRONE_BUILD_STATUS: success DRONE_BUILD_STATUS: success
- value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed. No stress :relaxed:" - value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed :confounded:"