编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 10:38:27 +08:00
committed by cnb
parent 9fe627078e
commit e9403e2fb6

View File

@@ -15,10 +15,10 @@ steps:
- name: prepare - name: prepare
image: debian:bookworm image: debian:bookworm
environment: environment:
GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
# ========== 1. 替代clone拉取代码核心依赖 ========== # ========== 1. 替代clone拉取代码核心依赖 ==========
commands: commands:
- export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
# 系统初始化 # 系统初始化
- apt update -y - apt update -y
# 系统初始化 # 系统初始化