promote: Fix PDF path
The download-artifact role downloads into the top-level directory, not into a pdf subdirectory, fix path. Change-Id: I9510de81aacce5e0fa37a22fbd0a475818d4da5d
This commit is contained in:
parent
3bd056e31f
commit
07ca729235
@ -30,7 +30,7 @@
|
||||
root_marker_dir: "{{ zuul.executor.work_root }}/docs"
|
||||
- name: Find PDF files
|
||||
find:
|
||||
paths: "{{ zuul.executor.work_root }}/pdf/"
|
||||
paths: "{{ zuul.executor.work_root }}/"
|
||||
file_type: file
|
||||
patterns: "*.pdf"
|
||||
register: pdf_files
|
||||
|
Loading…
x
Reference in New Issue
Block a user