fix: Install zip in upstream image
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2698>
This commit is contained in:
parent
b4f18edaff
commit
daf9e80ca5
|
@ -525,9 +525,6 @@ package:
|
||||||
image: $CI_REGISTRY/funkwhale/ci/python:3.11
|
image: $CI_REGISTRY/funkwhale/ci/python:3.11
|
||||||
variables:
|
variables:
|
||||||
<<: *keep_git_files_permissions
|
<<: *keep_git_files_permissions
|
||||||
before_script:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y zip
|
|
||||||
script:
|
script:
|
||||||
- make package
|
- make package
|
||||||
- scripts/ci-upload-packages.sh
|
- scripts/ci-upload-packages.sh
|
||||||
|
|
Loading…
Reference in New Issue