From 6328e3da5d35d68f19d44623e5c0c69a0abef6c5 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 8 May 2025 09:31:03 +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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e8c75be..951c043 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,16 @@ kind: pipeline type: docker name: pipeline-1 +clone: + disable: true - steps: + - name: clone + image: alpine/git:latest + commands: + - git clone -b main admin:P@ssw0rd!@115.190.73.171:3000/admin/test.git + - sleep 5m + - name: build image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: