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