Skip to content

Commit

Permalink
workaround updatecli bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 12, 2024
1 parent ab7507d commit 954afb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/updatecli_values.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: Updatecli apply
shell: bash
run: |
set +x
for i in */artifacts-*.yaml; do
updatecli apply -c .github/updatecli.tpl -v ${i} -v .github/updatecli_values.yaml -v alfresco-updatecli/deployments/values/supported-matrix.yaml
updatecli apply -c .github/updatecli.tpl -v ${i} -v alfresco-updatecli/deployments/values/supported-matrix.yaml
updatecli apply -c .github/updatecli_amps.tpl -v ${i} -v .github/updatecli_amps_values.yaml
done
env:
Expand Down

0 comments on commit 954afb8

Please sign in to comment.