From 17aa158523cdf56b9106c6dcdeb28404cc0d92db Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 20:48:29 +0200 Subject: [PATCH] Fixed messages --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5e45284..89f96d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,7 @@ steps: channel: notifications username: drone-notifications-bot message: - - value: > - ${DRONE_COMMIT_AUTHOR} deployed git.autonomic.zone (see [commit](${DRONE_COMMIT_LINK})) :partying_face: + - value: "${DRONE_COMMIT_AUTHOR} deployed git.autonomic.zone (see [commit](${DRONE_COMMIT_LINK})) :partying_face:" when: DRONE_BUILD_STATUS: success - - value: > - [commit](${DRONE_COMMIT_LINK}) failed to deploy (see [logs](https://drone.autonomic.zone/autonomic-cooperative/gitea/${DRONE_BUILD_NUMBER})) :confounded: + - value: "[commit](${DRONE_COMMIT_LINK}) failed to deploy (see [logs](https://drone.autonomic.zone/autonomic-cooperative/gitea/${DRONE_BUILD_NUMBER})) :confounded:"