From df3a2d0f4789327db7903612356407ff8a70fc71 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 15:23:24 +0200 Subject: [PATCH] Shorter link and fix link --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c253889..e8e04b4 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_SHA}](${DRONE_COMMIT_LINK}) deployed:partying_face:" + - value: "git.autonomic.zone: this [commit](${DRONE_COMMIT_LINK}) deployed :partying_face:" when: DRONE_BUILD_STATUS: success - value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed (see [logs](https://drone.autonomic.zone/autonomic-cooperative/gitea/${DRONE_BUILD_NUMBER})) :confounded:"