feat(drone): test wechat
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c9adfd10d2
commit
fef221a278
14
.drone.yml
14
.drone.yml
|
@ -7,3 +7,17 @@ steps: # 定义管道的执行步骤
|
||||||
commands: # 当前步骤执行的命令
|
commands: # 当前步骤执行的命令
|
||||||
- echo 测试drone执行
|
- echo 测试drone执行
|
||||||
- echo "Hello Drone"
|
- echo "Hello Drone"
|
||||||
|
|
||||||
|
- name: "测试微信推送"
|
||||||
|
image: clem109/drone-wechat
|
||||||
|
settings:
|
||||||
|
corpid:
|
||||||
|
from_secret: wechat_corp_id
|
||||||
|
corp_secret:
|
||||||
|
from_secret: wechat_corp_secret
|
||||||
|
agent_id:
|
||||||
|
from_secret: wechat_agent_id
|
||||||
|
title: ${DRONE_REPO_NAME}
|
||||||
|
description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} "
|
||||||
|
msg_url: ${DRONE_BUILD_LINK}
|
||||||
|
btn_txt: btn
|
||||||
|
|
Loading…
Reference in New Issue