fix(ci): make sure Git LFS is pulled
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing

This commit is contained in:
Peter 2023-03-01 21:46:23 +01:00 committed by Peter Kurfer
parent 1d203dc5c2
commit 2af8215778
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -57,11 +57,16 @@ steps:
- name: go-cache
path: /go
commands:
- apk add -U --no-cache git-lfs
- git lfs install
- git fetch --tags
- git lfs pull
- docker login -u prskr -p "$${GITEA_TOKEN}" code.icb4dc0.de
- goreleaser release --clean
environment:
GITEA_TOKEN:
from_secret: gitea_token
network_mode: host
volumes:
- name: go-cache

View file

@ -1,4 +1,7 @@
project_name: goveal
gitea_urls:
api: https://code.icb4dc0.de/api/v1
download: https://code.icb4dc0.de
builds:
- id: goveal
main: ./cmd/goveal/