From 6bae0b27a1c847870ee011d4f9639cdd398bf92d Mon Sep 17 00:00:00 2001 From: franktrue Date: Sun, 30 Apr 2023 20:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d6fb8a9..3cb6661 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,12 @@ name: api2gpt-mid steps: - name: build - image: golang:1.18-alpine + image: golang:1.18 commands: - go env -w GOPROXY=https://goproxy.cn,direct - go mod download - CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o deploy/api2gpt-mid + - echo "Build Successfully" - name: sync-file image: drillster/drone-rsync settings: