更新 '.drone.yml'
This commit is contained in:
parent
d4df8435ac
commit
b15f2902ed
@ -6,7 +6,7 @@ steps:
|
|||||||
image: golang:alpine
|
image: golang:alpine
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
environment:
|
environment:
|
||||||
- GOPROXY=https://goproxy.cn
|
- 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