Merge pull request #3176 from gyr/sles16-release-agama

Add Agama installer in SLES release pipeline
This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-10-09 10:56:12 -03:00 committed by GitHub
commit eb17b6b2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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