5b2f9bdef9
We need a role to fetch translation output to the executor for artifact upload. We also need to be able to specify a leading path when uploading artifacts as translations go into a top dir of translation-source. Change-Id: I014d559c330803213105ce1bf83a41a3c157df9c Signed-off-by: Jesse Keating <omgjlk@us.ibm.com>
7 lines
170 B
YAML
7 lines
170 B
YAML
- name: Collect translation source files
|
|
synchronize:
|
|
dest: "{{ zuul_executor_dest }}"
|
|
mode: pull
|
|
src: "{{ translation_output_src }}"
|
|
verify_host: true
|