From bf86e7f4075f9a689a0c847bb8846a7e47625aa0 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 26 May 2026 21:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86json=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-api/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-api/Jenkinsfile b/client-api/Jenkinsfile index 44c6b09..5af9e07 100644 --- a/client-api/Jenkinsfile +++ b/client-api/Jenkinsfile @@ -79,7 +79,7 @@ pipeline { if [ ! -f /etc/docker/daemon.json ] || ! grep -q registry-mirrors /etc/docker/daemon.json; then echo "配置 Docker 镜像加速器..." mkdir -p /etc/docker - echo "{\"registry-mirrors\":[\"https://mirror.ccs.tencentcloudapi.com\",\"https://docker.1ms.run\"]}" > /etc/docker/daemon.json + echo "{\\\"registry-mirrors\\\":[\\\"https://mirror.ccs.tencentcloudapi.com\\\",\\\"https://docker.1ms.run\\\"]}" > /etc/docker/daemon.json systemctl daemon-reload systemctl restart docker else