Ensure logs dir exists

Change-Id: I648784e580db615a723bc6deca195f053144ffa7
This commit is contained in:
Albin Vass 2019-12-12 13:52:51 +01:00
parent 641baedc4c
commit 86aa19e883
1 changed files with 6 additions and 6 deletions

View File

@ -18,12 +18,12 @@
- "{{ zuul.executor.work_root }}/artifacts"
- "{{ zuul.executor.work_root }}/docs"
- name: Collect log output
synchronize:
dest: "{{ log_path }}/"
mode: pull
src: "{{ zuul_output_dir }}/logs/"
verify_host: true
#- name: Collect log output
# synchronize:
# dest: "{{ log_path }}/logs/"
# mode: pull
# src: "{{ zuul_output_dir }}/logs/"
# verify_host: true
- name: Collect artifacts
synchronize: