编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:32:28 +08:00
committed by cnb
parent a7a33e3ad8
commit 32673e7d18

View File

@@ -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:
# 系统初始化