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