From 69dbb346f5897dc8c47a1bbfbce3dc7da8394e48 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Sun, 22 Jun 2025 23:05:25 +0800 Subject: [PATCH] 23454 --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index ecf050f..646918f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,6 @@ kind: pipeline # 定义一个管道 type: docker # 当前管道的类型 name: test # 当前管道的名称 - -clone: - git: - image: alpine/git - commands: - - git clone https://git.zguiy.com/zguiy/test.git . - steps: # 定义管道的执行步骤 - name: test # 步骤名称 image: node:latest # 当前步骤使用的镜像