From 3b1aa450dff6856905d3b67eb9ea6e3770db90b9 Mon Sep 17 00:00:00 2001 From: xinian Date: Sun, 8 Mar 2026 17:24:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=20YAML=20=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E7=BC=A9=E8=BF=9B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/my-first-workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index 99eaa2760..cf7144c65 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -77,10 +77,10 @@ steps: GO111MODULE: on GOSUMDB: off commands: - # 2. 清空原有内容,写入阿里云Debian bookworm镜像源(直接覆盖,无需手动编辑) + # 2. 清空原有内容,写入阿里云Debian bookworm镜像源(直接覆盖,无需手动编辑) - echo "deb http://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware - - deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware - - deb http://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware" > /etc/apt/sources.list + deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware + deb http://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware" > /etc/apt/sources.list # 1. 更新源(用 apt-get 消除 CLI 不稳定警告,适配 CI) - apt-get update -y