remove
build-binary / Build (push) Successful in 1m1s Details
deployer / Build (push) Failing after 25s Details

This commit is contained in:
abs3nt 2024-04-06 10:42:15 -07:00
parent 52dbe52c50
commit dd2284770d
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
steps:
build:
image: golang:1.22
commands:
- go mod tidy
- go build -o gspot
publish:
image: goreleaser/goreleaser:nightly
commands:
- goreleaser release --clean
secrets: [ gitea_token ]
when:
event: tag