mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2026-01-20 08:32:46 +03:00
After commit6e0d4d53we lost RPM artifacts cache breaking the whole integration CI. The reason for that is that we manually defined the artifacts cache in gitlab.yml instead of manifest.yml. Naturally with the next lcitool update, gitlab.yml got overwritten according to manifest.yml which didn't define any artifacts cache. Fixes:6e0d4d53d5Signed-off-by: Erik Skultety <eskultet@redhat.com>