From 2a97f50e809bfa9cfe1c2e77b0fd42cdc0070aa4 Mon Sep 17 00:00:00 2001 From: kanade <3136520963@qq.com> Date: Fri, 30 Jul 2021 15:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 54a58ed..3833716 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,12 +16,6 @@ steps: - name: cache path: "/var/lib/cache" # Do stuff.. - - name: build - image: golang:1.16-alpine3.13 - environment: - GOMODCACHE: '/drone/src/mod.pkg' - commands: - - GOPROXY=https://goproxy.cn GOSUMDB=off CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags '-w -s' -o bin/server - name: docker image: plugins/docker settings: