Merge "Ignore missing tox log directories"

This commit is contained in:
Zuul 2017-10-16 18:29:20 +00:00 committed by Gerrit Code Review
commit 7a5dc3af5e

View File

@ -37,4 +37,6 @@
mode: pull
src: "{{ zuul_work_dir }}/.tox/{{ item }}/log/"
verify_host: true
rsync_opts:
- "--ignore-missing-args"
with_items: "{{ envlist }}"