Make sure we have git installed when building os packages
This commit is contained in:
parent
b94950d7c2
commit
6dd7bcb0fe
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ steps:
|
|||
image: goreleaser/nfpm
|
||||
pull: true
|
||||
commands:
|
||||
- apk add git
|
||||
- ./mage-static release:packages
|
||||
depends_on: [ static-build-linux ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue