From 32673e7d18f54678f1ea1c3db7a25f0ee71018f4 Mon Sep 17 00:00:00 2001 From: xinian Date: Wed, 28 Jan 2026 10:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20my-first?= =?UTF-8?q?-workflow.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/my-first-workflow.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index e82a9884..741b645f 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -13,10 +13,11 @@ skip_clone: true # 流水线核心步骤:理顺依赖链,确保各步骤依赖正确 steps: - name: prepare + image: debian:bookworm environment: GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing" # ========== 1. 替代clone:拉取代码(核心依赖) ========== - image: debian:bookworm + commands: # 系统初始化