From 47ce88eb2b519813282a6a034ae7f0a7ef7a1b1a Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Sun, 22 Mar 2026 01:51:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 076b67c..8d242b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,8 @@ type: kubernetes name: build-and-deploy-dev -clone: - disable: true +# clone: +# disable: true trigger: event: @@ -12,12 +12,12 @@ trigger: branch: - dev -steps: - - name: dev-clone - image: ccr.ccs.tencentyun.com/violin/git-alpine:latest - commands: - - git clone https://gitea.violin-work.online/sales/todo-backend.git /repo - - cd /repo && git checkout ${DRONE_COMMIT_SHA} +# steps: +# - name: dev-clone +# image: ccr.ccs.tencentyun.com/violin/git-alpine:latest +# commands: +# - git clone https://gitea.violin-work.online/sales/todo-backend.git /repo +# - cd /repo && git checkout ${DRONE_COMMIT_SHA} - name: dev-build image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22