diff --git a/.drone.yml b/.drone.yml index 646918f..cf5b4e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤 - name: test # 步骤名称 image: node:latest # 当前步骤使用的镜像 commands: # 当前步骤执行的命令 - - echo 测试drone执行 \ No newline at end of file + - echo 测试drone执行1 \ No newline at end of file