From 7173c9e093ebe91b5a6c94b73bb9abcbe7e28892 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Sat, 5 Aug 2023 21:02:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E8=B0=83=E6=95=B4build=5Fargs?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35b6a67..1baf964 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,9 @@ steps: # create the docker_username and docker_password secrets in Drone, with Nexus' username & password secrets: [ drone, dronepw ] storage_driver: vfs #解决群晖btrfs,而docker内用的是vfs - build_args: --build-arg HTTP_PROXY=http://192.168.31.254:7890 --build-arg HTTPS_PROXY=http://192.168.31.254:7890 + build_args: + HTTP_PROXY=http://192.168.31.254:7890 + HTTPS_PROXY=http://192.168.31.254:7890 custom_dns: 8.8.8.8 #trigger: