drone config error
This commit is contained in:
+9
-9
@@ -14,15 +14,15 @@ clone:
|
|||||||
|
|
||||||
step:
|
step:
|
||||||
- name: build
|
- name: build
|
||||||
image: reg.int.it2000.com.cn/library/golang:1.15.6-alpine3.12
|
image: reg.int.it2000.com.cn/library/golang:1.15.6-alpine3.12
|
||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
path: /go
|
path: /go
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
GOPROXY: https://goproxy.io
|
GOPROXY: https://goproxy.io
|
||||||
commands:
|
commands:
|
||||||
- go clean
|
- go build
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|||||||
Reference in New Issue
Block a user