SLCS has no images

This commit is contained in:
Frederic Crozat 2024-05-15 15:42:41 +02:00
parent f2820d701d
commit 90ac986a81

View File

@ -104,7 +104,7 @@ pipelines:
tasks:
- script: |-
set -e
for product in 000productcompose SLCS; do
for product in 000productcompose; do
osc -A https://api.suse.de release SUSE:SLFO:Products:SLCS:6.0 $product
done
sleep 600