WIP test out markdown
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-06-16 20:42:56 +02:00
parent 758e4599ed
commit 919c98f67c

View file

@ -36,7 +36,7 @@ rawurlencode() {
}
default_drone_message() {
local msg="Build ${DRONE_BUILD_STATUS}"
local msg="Build *${DRONE_BUILD_STATUS}*"
msg="$msg ${DRONE_SYSTEM_PROTO}://${DRONE_SYSTEM_HOST}/${DRONE_REPO}/${DRONE_BUILD_NUMBER}"
msg="$msg (${DRONE_TAG:-$DRONE_BRANCH})"
printf '%s' "$msg"