Skip to content

Commit

Permalink
change merging strategy to build the full matrix of targets
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 12, 2024
1 parent 09881b6 commit b2037a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
for i in {docker-compose,helm/*}/updatecli-matrix-targets.yaml; do
TARGET=$(basename $(dirname $i))
echo -e "\n###### Building UpdateCli manifest for ${TARGET}\n"
yq '. *? load("alfresco-updatecli/deployments/values/supported-matrix.yaml") | explode(.)' ${i} | tee ./${TARGET}_merged.yaml
yq ea 'explode(.) as $item ireduce ({}; explode(.) * $item )' ${i} alfresco-updatecli/deployments/values/supported-matrix.yaml | tee ./${TARGET}_merged.yaml
updatecli apply -c alfresco-updatecli/deployments/uber-manifest.tpl -v ./${TARGET}_merged.yaml
done
env:
Expand Down

0 comments on commit b2037a8

Please sign in to comment.