Add Agama installer in SLES release pipeline

This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-10-09 10:05:17 -03:00
parent 8e13319ed9
commit c42ddab3fd

View File

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