test-ci
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3e02364c9f
commit
964cd6d56b
|
@ -21,7 +21,7 @@ steps:
|
||||||
- pip -V
|
- pip -V
|
||||||
- python -V
|
- python -V
|
||||||
- pip install -r ./python/requirements.txt
|
- pip install -r ./python/requirements.txt
|
||||||
- python ./python/hello33.py
|
- python ./python/hello.py
|
||||||
|
|
||||||
|
|
||||||
- name: "CI失败 微信推送"
|
- name: "CI失败 微信推送"
|
||||||
|
@ -57,7 +57,8 @@ 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! ${DRONE_COMMIT_AUTHOR} CI pass!"
|
description: "Info: Build number ${DRONE_BUILD_NUMBER} Success!
|
||||||
|
${DRONE_COMMIT_AUTHOR}, for more detail visit ${DRONE_BUILD_LINK}"
|
||||||
msg_url: ${DRONE_BUILD_LINK}
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
btn_txt: btn
|
btn_txt: btn
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue