编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:23:46 +08:00
committed by cnb
parent 2b2031fc40
commit 157d7f464e

View File

@@ -12,11 +12,12 @@ skip_clone: true
# 流水线核心步骤理顺依赖链确保各步骤依赖正确
steps:
environment:
GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
# ========== 1. 替代clone拉取代码核心依赖 ==========
prepare:
image: debian:bookworm
environment:
GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
commands: