9204e7d1d8
This change enables using fetch-javascript role along with the fetch-output role. By default the role still synchronizes artifacts back to the executor. Change-Id: I8450ecf91b3387445ebe2436754d1b88f2a77844
4 lines
171 B
YAML
4 lines
171 B
YAML
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
zuul_use_fetch_output: "{{ zuul_site_use_fetch_output|default(false) }}"
|