This commit is contained in:
parent
e5bef071c7
commit
105914fd48
@ -7,9 +7,9 @@ steps:
|
|||||||
image: golang:1.19
|
image: golang:1.19
|
||||||
commands:
|
commands:
|
||||||
- go build -o gospt
|
- go build -o gospt
|
||||||
- gospt completion zsh > gospt_zsh
|
- ./gospt completion zsh > gospt_zsh
|
||||||
- gospt completion shell > gospt_shell
|
- ./gospt completion shell > gospt_shell
|
||||||
- gospt completion fish > gospt_fish
|
- ./gospt completion fish > gospt_fish
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user