gospt/.woodpecker.yml
abs3nt 712fb92f0e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
wp
2023-01-19 22:39:42 -08:00

24 lines
507 B
YAML

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:
when:
event: tag
image: woodpeckerci/plugin-gitea-release
settings:
base_url: http://Gitea:2385
files:
- gospt
- gospt_zsh
- gospt_bash
- gospt_fish
api_key:
from_secret: GITEA_KEY
checksum: sha256