更新 '.drone.yml'
This commit is contained in:
parent
46bcf556f8
commit
25e586c07c
@ -6,7 +6,7 @@ steps:
|
|||||||
image: golang:alpine
|
image: golang:alpine
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: https://mirrors.aliyun.com/goproxy/
|
- GOPROXY=https://goproxy.cn
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
- apk update && apk add build-base
|
- apk update && apk add build-base
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user