Skip to content

Commit

Permalink
set +e
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 12, 2024
1 parent ba91153 commit b241c1d
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 @@ -47,7 +47,7 @@ jobs:
- name: Updatecli apply
shell: bash
run: |
set +x
set +xe
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_amps.tpl -v ${i} -v .github/updatecli_amps_values.yaml
Expand Down

0 comments on commit b241c1d

Please sign in to comment.