Merge pull request #3082 from fcrozat/slcs

SLCS has no images
This commit is contained in:
Dirk Mueller 2024-05-15 18:27:42 +02:00 committed by GitHub
commit 123ba531bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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