From fab3a2ad724e173fde706e4219c517de6e439f46 Mon Sep 17 00:00:00 2001 From: w1ndyb0y Date: Wed, 23 Dec 2020 15:54:13 +0800 Subject: [PATCH] drone config error --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ad2bd9..57755be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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