From 56f7f49797672b151dc7cb6606a953739e91a6f8 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 8 May 2025 09:08:49 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b15fc53..2bf3745 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,15 +1,15 @@ kind: pipeline type: docker name: pipeline-1 - -clone: - disable: true + + steps: - - name: git-incremental-sync - image: alpine/git:latest + - name: build + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: - - ls /drone/src + - cd $DRONE_WORKSPACE + - ls /drone/src/ node: app: build