Skip to content

Commit 8f7ed12

Browse files
committed
add repository and fixup target
1 parent 007646e commit 8f7ed12

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/updatecli_maven.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ sources:
3636

3737
targets:
3838
{{- range $key, $artifact := .artifacts }}
39-
{{- if all $artifact.updatecli_matrix_component_key $.artifact_version_file $artifact.artifact_version_key }}
39+
{{- if all $artifact.updatecli_matrix_component_key $.ansible_version_file $artifact.artifact_version_key }}
4040
yml_{{ $key }}:
4141
name: {{ $key }} yml
4242
kind: yaml
4343
sourceid: src_{{ $key }}
4444
spec:
45-
file: "{{ $.artifact_version_file }}"
45+
file: "{{ $.ansible_version_file }}"
4646
key: "{{ $artifact.artifact_version_key }}"
4747
{{- end }}
4848
{{- end }}

.github/updatecli_maven_values.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ artifacts:
1818
artifact_name_key: $.audit_storage_artifact_name
1919
artifact_version_key: $.acs_play_audit_storage_version
2020
updatecli_matrix_component_key: audit-storage
21+
alfresco-repository:
22+
artifact_name_file: playbooks/group_vars/repository.yml
23+
artifact_name_key: $.acs_play_repository_acs_artifact_name
24+
artifact_version_key: $.acs_play_repository_acs_version
25+
updatecli_matrix_component_key: content-services
2126
alfresco-search-enterprise:
2227
artifact_name_file: playbooks/group_vars/search_enterprise.yml
2328
artifact_name_key: $.acs_play_search_enterprise_artifact_name

0 commit comments

Comments
 (0)