oop
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
jjohnstondev 2023-01-09 15:54:10 -08:00
parent 105914fd48
commit 0305fe3c1c

View File

@ -8,7 +8,7 @@ steps:
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 bash > gospt_bash
- ./gospt completion fish > gospt_fish - ./gospt completion fish > gospt_fish
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release