From 6f77188fd1f054067c0107c41c31bd578d33cd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=95=E5=B0=8F=E5=B8=95?= Date: Tue, 10 Jun 2025 09:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index af8e48a..9fb403f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: 构建 Goose +workspace: + path: /drone/src + steps: - name: 构建 Goose 二进制包 image: golang:latest