From 33dca652395bab4b55f88e760759f80e399979ea Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Mar 2025 10:18:29 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fa4de6a..fdefb97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 working_dir: /drone/src/test commands: - - echo "${DRONE_WORKSPACE}" - - pwd && ls "${DRONE_WORKSPACE}" + - echo $DRONE_WORKSPACE + - pwd && ls ${DRONE_WORKSPACE} node: app: build