From 9a837e88cdb91f3bee00413c82e5cac10915fb68 Mon Sep 17 00:00:00 2001 From: rainerosion <1782832653@qq.com> Date: Thu, 29 Jul 2021 21:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c0d4473..e83a8f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: image: golang:alpine pull: if-not-exists commands: + - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk update && apk add build-base - GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build - ls -lh