From 717185ad3d42d7f327f7ec0ea7573db337eaadd5 Mon Sep 17 00:00:00 2001 From: rainerosion <1782832653@qq.com> Date: Thu, 29 Jul 2021 21:49:49 +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 17bfb82..c0d4473 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,12 @@ steps: commands: - apk update && apk add build-base - GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build + - ls -lh - name: gitea_release image: plugins/gitea-release pull: if-not-exists + commands: + - ls -lh settings: api_key: from_secret: gitea_token