From 52154064d56c2583c58ee5e307a4b25b2cd68f85 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Mar 2025 09:31:52 +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 7807686..0aafed8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: pipeline-1 steps: - name: build - image: alpine + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: - echo "Pipeline 1 执行中..." @@ -17,6 +17,6 @@ depends_on: steps: - name: deploy - image: alpine + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: - echo "Pipeline 1 完成后,Pipeline 2 开始执行" \ No newline at end of file