From bdfcd71fdb84f884a396245dc583876521edf261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E8=90=BD=E5=87=8B=E6=AE=87?= <1782832653@qq.com> Date: Wed, 24 Mar 2021 18:51:30 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e79dbdb..e1a9b14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,9 @@ ---- kind: pipeline type: docker name: E5SubBotForSQLite - steps: - name: gobuild - pull: if-not-exists - image: golang:alpine - commands: - - CGO_ENABLED=1 go build + image: golang:alpine + pull: if-not-exists + commands: + - CGO_ENABLED=1 go build