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: