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