From a54e88f9d7396876294490fd7eee6bab30cd6c2c Mon Sep 17 00:00:00 2001 From: Yosheng Date: Sat, 5 Aug 2023 21:19:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E7=A7=BB=E9=99=A4build=5Fargs?= =?UTF-8?q?=E5=8F=8Acustom=5Fdns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index fea9047..4f6c45f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,10 +24,6 @@ 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: - HTTP_PROXY=http://192.168.31.254:7890 - HTTPS_PROXY=http://192.168.31.254:7890 - custom_dns: 8.8.8.8 volumes: - name: dockersock path: /var/run/docker.sock