Merge "Use zj_sphinx_pdf instead of item"
This commit is contained in:
commit
41b0dfa022
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
- name: Fetch PDF files
|
- name: Fetch PDF files
|
||||||
synchronize:
|
synchronize:
|
||||||
dest: "{{ zuul.executor.log_root }}/pdf/{{ zj_pdf.item }}"
|
dest: "{{ zuul.executor.log_root }}/pdf/{{ zj_pdf.zj_sphinx_pdf }}"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zj_pdf.stat.path }}"
|
src: "{{ zj_pdf.stat.path }}"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
@ -54,8 +54,8 @@
|
|||||||
data:
|
data:
|
||||||
zuul:
|
zuul:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: "Docs PDF: {{ zj_pdf.item }}"
|
- name: "Docs PDF: {{ zj_pdf.zj_sphinx_pdf }}"
|
||||||
url: "pdf/{{ zj_pdf.item }}"
|
url: "pdf/{{ zj_pdf.zj_sphinx_pdf }}"
|
||||||
metadata:
|
metadata:
|
||||||
type: docs_pdf
|
type: docs_pdf
|
||||||
with_items: "{{ pdf_file_stat.results }}"
|
with_items: "{{ pdf_file_stat.results }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user