test drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
cc883db38f
commit
f4f4d0b773
|
@ -5,10 +5,11 @@ steps: # 定义管道的执行步骤
|
||||||
- name: "中文STEP" # 步骤名称
|
- name: "中文STEP" # 步骤名称
|
||||||
image: node:latest # 当前步骤使用的镜像
|
image: node:latest # 当前步骤使用的镜像
|
||||||
commands: # 当前步骤执行的命令
|
commands: # 当前步骤执行的命令
|
||||||
|
- echo "********************"
|
||||||
- date
|
- date
|
||||||
- echo "Hello Drone"
|
|
||||||
- whoami
|
- whoami
|
||||||
- echo ${hostname}
|
- hostname
|
||||||
|
- echo "********************"
|
||||||
|
|
||||||
- name: "测试微信推送"
|
- name: "测试微信推送"
|
||||||
image: clem109/drone-wechat
|
image: clem109/drone-wechat
|
||||||
|
|
Loading…
Reference in New Issue