Make sure we have git installed when building os packages

This commit is contained in:
kolaente 2020-10-18 20:29:54 +02:00
parent b94950d7c2
commit 6dd7bcb0fe
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ steps:
image: goreleaser/nfpm
pull: true
commands:
- apk add git
- ./mage-static release:packages
depends_on: [ static-build-linux ]