From 4c1ff6acb6cdfd8696e6f0ae59d323dacb3ee1f6 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Mar 2025 08:52:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f2dccb8..f1076ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: - echo "临时测试成功" - - echo "当前 Runner 标签: ${DRONE_NODE_LABEL_APP}" + - echo ${DRONE_NODE_LABEL_APP} node: labels: app: mvn \ No newline at end of file