chore: don't download artifacts during release

This commit is contained in:
Tomas Vik 2022-11-23 19:18:28 +01:00
parent 58fcedb941
commit fa146a7183
2 changed files with 1 additions and 3 deletions

3
.gitignore vendored
View File

@ -52,9 +52,6 @@ vendor
log.txt.glab-cli
.git
# goreleaser struggled with this file being generated during the release build
cyclonedx-go-go.json
# projectionist.vim
.projections.json

View File

@ -141,6 +141,7 @@ secret_detection:
# Disable shallow cloning so that goreleaser can diff between tags to
# generate a changelog.
GIT_DEPTH: 0
dependencies: [] # Don't download artifacts, goreleaser fails if the repository folder is dirty
release_test:
extends: .release