test-ci
parent
4400d120cb
commit
40fdcd1058
13
.drone.yml
13
.drone.yml
|
@ -36,12 +36,10 @@ steps:
|
||||||
agent_id:
|
agent_id:
|
||||||
from_secret: wechat_agent_id
|
from_secret: wechat_agent_id
|
||||||
title: "${DRONE_REPO_NAME} ⚠️"
|
title: "${DRONE_REPO_NAME} ⚠️"
|
||||||
description: "
|
description: |
|
||||||
Build number: ${DRONE_BUILD_NUMBER}\n
|
"Warning: Build number ${DRONE_BUILD_NUMBER} FAILED.
|
||||||
Build result: Failed\n
|
${DRONE_COMMIT_AUTHOR} please fix it, for more detail
|
||||||
Author: ${DRONE_COMMIT_AUTHOR}\n
|
visit ${DRONE_BUILD_LINK}"
|
||||||
Build url: ${DRONE_BUILD_LINK}
|
|
||||||
"
|
|
||||||
msg_url: ${DRONE_BUILD_LINK}
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
btn_txt: btn
|
btn_txt: btn
|
||||||
when:
|
when:
|
||||||
|
@ -60,8 +58,7 @@ steps:
|
||||||
agent_id:
|
agent_id:
|
||||||
from_secret: wechat_agent_id
|
from_secret: wechat_agent_id
|
||||||
title: "${DRONE_REPO_NAME} ✅"
|
title: "${DRONE_REPO_NAME} ✅"
|
||||||
description: "Build Number: ${DRONE_BUILD_NUMBER} success! \n
|
description: "Build Number: ${DRONE_BUILD_NUMBER} success! ${DRONE_COMMIT_AUTHOR} CI pass!"
|
||||||
${DRONE_COMMIT_AUTHOR} CI pass!"
|
|
||||||
msg_url: ${DRONE_BUILD_LINK}
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
btn_txt: btn
|
btn_txt: btn
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue