drone config error

This commit is contained in:
w1ndyb0y
2020-12-23 15:54:13 +08:00
parent af4e598acc
commit fab3a2ad72
+9 -9
View File
@@ -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