test-ci
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
09cddba702
commit
d886095204
|
@ -36,7 +36,7 @@ steps:
|
|||
agent_id:
|
||||
from_secret: wechat_agent_id
|
||||
title: "${DRONE_REPO_NAME} ⚠️"
|
||||
description: "Build number ${DRONE_BUILD_NUMBER} FAILED.
|
||||
description: "Build No.${DRONE_BUILD_NUMBER} FAILED.
|
||||
${DRONE_COMMIT_AUTHOR} please fix it, for more detail
|
||||
visit ${DRONE_BUILD_LINK}"
|
||||
msg_url: ${DRONE_BUILD_LINK}
|
||||
|
@ -57,7 +57,7 @@ steps:
|
|||
agent_id:
|
||||
from_secret: wechat_agent_id
|
||||
title: "${DRONE_REPO_NAME} ✅"
|
||||
description: "Build number ${DRONE_BUILD_NUMBER} Success!
|
||||
description: "Build No.${DRONE_BUILD_NUMBER} Success!
|
||||
${DRONE_COMMIT_AUTHOR}, for more detail visit ${DRONE_BUILD_LINK}"
|
||||
msg_url: ${DRONE_BUILD_LINK}
|
||||
btn_txt: btn
|
||||
|
|
Loading…
Reference in New Issue