From 7feaea08da4bceab90c644e57d92f91563ab3de8 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:30:47 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e568df..e79dbdb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,8 @@ type: docker name: E5SubBotForSQLite steps: - - name: gobuild - pull: if-not-exists - image: golang:alpine - commands: - - CGO_ENABLED=1 go build +- name: gobuild + pull: if-not-exists + image: golang:alpine + commands: + - CGO_ENABLED=1 go build