diff --git a/.drone.yml b/.drone.yml index 3104200..f2eebf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,12 @@ steps: - name: gobuild image: golang:alpine pull: if-not-exists + environment: + - GOPROXY=https://goproxy.cn 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 + - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories + - apk update && apk add build-base + - CGO_ENABLED=1 go build - name: gitea_release image: plugins/gitea-release pull: if-not-exists