更新 '.drone.yml'
This commit is contained in:
parent
17ff29e8d6
commit
717185ad3d
@ -8,9 +8,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apk update && apk add build-base
|
- apk update && apk add build-base
|
||||||
- GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build
|
- GOPROXY=https://goproxy.cn CGO_ENABLED=1 go build
|
||||||
|
- ls -lh
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
|
commands:
|
||||||
|
- ls -lh
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user