test-ci
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
dcea7c55f7
commit
6f1d057f16
|
@ -35,7 +35,7 @@ steps:
|
||||||
from_secret: wechat_corp_secret
|
from_secret: wechat_corp_secret
|
||||||
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} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} "
|
description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} "
|
||||||
msg_url: ${DRONE_BUILD_LINK}
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
btn_txt: btn
|
btn_txt: btn
|
||||||
|
@ -54,7 +54,7 @@ steps:
|
||||||
from_secret: wechat_corp_secret
|
from_secret: wechat_corp_secret
|
||||||
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! ${DRONE_COMMIT_AUTHOR} CI pass!"
|
description: "Build Number: ${DRONE_BUILD_NUMBER} success! ${DRONE_COMMIT_AUTHOR} CI pass!"
|
||||||
msg_url: ${DRONE_BUILD_LINK}
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
btn_txt: btn
|
btn_txt: btn
|
||||||
|
|
Loading…
Reference in New Issue