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:
Andreas Jaeger 2019-08-26 08:09:20 +02:00
parent 3bd056e31f
commit 07ca729235

View File

@ -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