编辑文件 my-first-workflow.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
# 系统初始化
|
||||
|
||||
Reference in New Issue
Block a user