wp
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
abs3nt 2023-01-19 22:09:47 -08:00
parent a8eeca7e5d
commit 097833f96a
1 changed files with 24 additions and 0 deletions

24
.woodpecker.yml Normal file
View 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