test drone
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-02 23:57:16 +08:00
parent cc883db38f
commit f4f4d0b773
1 changed files with 3 additions and 2 deletions

View File

@ -5,10 +5,11 @@ steps: # 定义管道的执行步骤
- name: "中文STEP" # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
- echo "********************"
- date
- echo "Hello Drone"
- whoami
- echo ${hostname}
- hostname
- echo "********************"
- name: "测试微信推送"
image: clem109/drone-wechat