Try this one
continuous-integration/drone/pr Build is running Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-03-29 15:18:41 +02:00
parent 73cb6fc0a2
commit c559f532e8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ steps:
channel: notifications
username: drone-notifications-bot
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:
DRONE_BUILD_STATUS: success
- value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed. No stress :relaxed:"
- value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed :confounded:"