Skip to content

Commit

Permalink
gocd: fix image names for Dolomite
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrozat committed Jul 21, 2023
1 parent 15a1347 commit eb4310b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gocd/dolomite.target.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipelines:
tasks:
- script: |-
set -e
PRODUCTS=$(osc -A https://api.suse.de ls SUSE:ALP:Products:Dolomite:1.0 | grep "^Dolomite" | grep -v release | grep -v : ||:)
PRODUCTS=$(osc -A https://api.suse.de ls SUSE:ALP:Products:Dolomite:1.0 | grep "^ALP-Dolomite" | grep -v release | grep -v : ||:)
if [ -z "${PRODUCTS}" ]; then
echo "[WARNNING] There is no image to be released"
fi
Expand Down Expand Up @@ -183,7 +183,7 @@ pipelines:
tasks:
- script: |-
set -e
PRODUCTS=$(osc -A https://api.suse.de ls SUSE:ALP:Products:Dolomite:1.0 | grep "^Dolomite" | grep -v release)
PRODUCTS=$(osc -A https://api.suse.de ls SUSE:ALP:Products:Dolomite:1.0 | grep "^ALP-Dolomite" | grep -v release)
for product in 000product $PRODUCTS; do
osc -A https://api.suse.de release SUSE:ALP:Products:Dolomite:1.0 $product
done
Expand Down

0 comments on commit eb4310b

Please sign in to comment.