parent
a8eeca7e5d
commit
097833f96a
24
.woodpecker.yml
Normal file
24
.woodpecker.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:1.19
|
||||||
|
commands:
|
||||||
|
- go build -o gospt
|
||||||
|
- ./gospt completion zsh > gospt_zsh
|
||||||
|
- ./gospt completion bash > gospt_bash
|
||||||
|
- ./gospt completion fish > gospt_fish
|
||||||
|
|
||||||
|
publish:
|
||||||
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://gitea.asdf.cafe
|
||||||
|
files:
|
||||||
|
- gospt
|
||||||
|
- gospt_zsh
|
||||||
|
- gospt_bash
|
||||||
|
- gospt_fish
|
||||||
|
api_key:
|
||||||
|
from_secret: GITEA_KEY
|
||||||
|
checksum: sha256
|
||||||
|
|
||||||
|
when:
|
||||||
|
event: tag
|
Loading…
Reference in New Issue
Block a user