From 06b98cb9adf2819fcadb551e86ce8fa9b5ef69d9 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Mon, 23 Jun 2025 15:47:34 +0800 Subject: [PATCH] 1 --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 70836d9..646918f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,8 @@ kind: pipeline # 定义一个管道 type: docker # 当前管道的类型 name: test # 当前管道的名称 +steps: # 定义管道的执行步骤 + - name: test # 步骤名称 + image: node:latest # 当前步骤使用的镜像 + commands: # 当前步骤执行的命令 + - echo 测试drone执行 \ No newline at end of file