From a804482dbdf67c0d175c43082faa216b8877db81 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Mar 2025 09:34:24 +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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9347229..f0bba4c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: pipeline-1 +clone: + disable: true + steps: - name: build image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 @@ -17,6 +20,9 @@ name: pipeline-2 depends_on: - pipeline-1 +clone: + disable: true + steps: - name: deploy image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17