chore(ci): update build message formatting in Drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching L 2025-09-11 16:29:18 +08:00
parent cae33176af
commit 33417bbee5

View File

@ -57,12 +57,12 @@ steps:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
# message: |
# Drone Build #${DRONE_BUILD_NUMBER} ${DRONE_BUILD_STATUS}
# Project: ${DRONE_REPO_NAME}
# Branch: ${DRONE_BRANCH}
# Commit: ${DRONE_COMMIT_SHA:0:8}
# [Build Log](${DRONE_BUILD_LINK})
message: |
Drone Build #${DRONE_BUILD_NUMBER} ${DRONE_BUILD_STATUS}
Project: ${DRONE_REPO_NAME}
Branch: ${DRONE_BRANCH}
Commit: ${DRONE_COMMIT_SHA:0:8}
[Build Log](${DRONE_BUILD_LINK})
when:
status: [success, failure]