mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 08:44:54 -04:00
gitlab-ci: add wget to ubuntu_jammy_pip so test_mirroring_a_repo runs
Otherwise, it only runs on the fedora_latest job. Debian-derives are by far the most common platform, so this test should run on at least one. This test caught bugs in !1788 so its valuable.
This commit is contained in:
@@ -229,7 +229,7 @@ ubuntu_jammy_pip:
|
||||
image: ubuntu:jammy
|
||||
<<: *apt-template
|
||||
script:
|
||||
- apt-get install git default-jdk-headless python3-pip python3-venv rsync
|
||||
- apt-get install git default-jdk-headless python3-pip python3-venv rsync wget
|
||||
|
||||
# setup venv to act as release build machine
|
||||
- python3 -m venv sdist-env
|
||||
|
||||
Reference in New Issue
Block a user