chore(drone): update build notification message format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
499dc9dc13
commit
2430a74f08
@ -61,11 +61,10 @@ steps:
|
|||||||
$(if [ "${DRONE_BUILD_STATUS}" = "success" ]; then echo "#48f442"; else echo "#ff4f42"; fi)
|
$(if [ "${DRONE_BUILD_STATUS}" = "success" ]; then echo "#48f442"; else echo "#ff4f42"; fi)
|
||||||
message:
|
message:
|
||||||
- |
|
- |
|
||||||
${DRONE_REPO} 构建通知
|
${DRONE_REPO}
|
||||||
Commit: $(echo "${DRONE_COMMIT_MESSAGE}" | head -n1)
|
Commit: ${DRONE_COMMIT_MESSAGE%%$'\n'*}
|
||||||
Branch: ${DRONE_COMMIT_BRANCH}
|
Branch: ${DRONE_COMMIT_BRANCH}
|
||||||
状态: ${DRONE_BUILD_STATUS}
|
Link: ${DRONE_BUILD_LINK}
|
||||||
链接: ${DRONE_BUILD_LINK}
|
|
||||||
when:
|
when:
|
||||||
status: [success, failure]
|
status: [success, failure]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user