From 954afb804d4f77076bd3319ae8e20a46deec13dd Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 12 Dec 2024 10:45:19 +0100 Subject: [PATCH] workaround updatecli bug --- .github/updatecli_values.yaml | 6 ------ .github/workflows/bumpVersions.yml | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .github/updatecli_values.yaml diff --git a/.github/updatecli_values.yaml b/.github/updatecli_values.yaml deleted file mode 100644 index f0479f0b..00000000 --- a/.github/updatecli_values.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -artifacts: - alfresco-content-services-distribution: - updatecli_matrix_target: acs - alfresco-content-services-community-distribution: - updatecli_matrix_target: acs diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 7b84c4cd..35666c83 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -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: