Add Mimimal-VM images SLES16 release pipeline

This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-07-15 17:54:58 -03:00
parent b7e71a0af4
commit c5721096e7

View File

@ -38,7 +38,7 @@ pipelines:
tasks:
- script: |-
set -e
for product in 000productcompose; do
for product in kiwi-templates-Minimal 000productcompose; do
osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0 $product
done
sleep 600