From 8eeeefbd9b6152f53408900c9238711fb413c7ee Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Mar 2025 10:13:55 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 647a1dd..07e1678 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,14 @@ name: pipeline-1 steps: - name: build image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 + working_dir: /drone/src/test commands: - echo "Pipeline 1 执行中..." + - pwd node: app: build + --- kind: pipeline type: docker