mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 10:36:15 +00:00
ci: Don't run reprepro if we didn't run packaging builds...
This commit is contained in:
parent
ad197771ae
commit
af8eaa8626
|
@ -495,6 +495,7 @@ reprepro:package:
|
|||
extends:
|
||||
- .monado.image.ubuntu:impish
|
||||
|
||||
- .monado.packaging.conditions
|
||||
dependencies:
|
||||
- debian:bullseye:package
|
||||
- ubuntu:focal:package
|
||||
|
|
|
@ -224,6 +224,7 @@ reprepro:package:
|
|||
stage: reprepro
|
||||
extends:
|
||||
- {{ base_job_to_use_image_containing("reprepro") }}
|
||||
- .monado.packaging.conditions
|
||||
dependencies:
|
||||
{% for distro in distributions -%} {%- for image in distro.images if "deb_version_suffix" in image %}
|
||||
- {{packaging_job_name(distro, image)}}
|
||||
|
|
Loading…
Reference in a new issue