测试CI代码
continuous-integration/drone/push Build is passing Details

master
fandongqiang 2 years ago
parent 13537aa927
commit c9e03ef65d

@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤
- name: test # 步骤名称 - name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像 image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令 commands: # 当前步骤执行的命令
- echo 测试drone执行1 - echo 测试drone执行2
Loading…
Cancel
Save