Add upload-sphinx-draft role

We'll use this role to copy sphinx log off zuul worker.

Change-Id: I5999b95cd1e8140118ed65cd35ff87931da79d52
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-19 12:45:19 -04:00
parent c0e0bcf820
commit 8657f44d57
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
- name: Collect sphinx build html.
synchronize:
dest: "{{ zuul.executor.log_root }}"
mode: pull
src: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}/doc/build/html"
no_log: true