From c559f532e88ce381942292ba56d1a89f55a1b1fa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 15:18:41 +0200 Subject: [PATCH] Try this one --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 723e48d..e4dbba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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:"