From 07ca729235aa7f52cf45caaeb0aa2f2b003c7362 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 26 Aug 2019 08:09:20 +0200 Subject: [PATCH] promote: Fix PDF path The download-artifact role downloads into the top-level directory, not into a pdf subdirectory, fix path. Change-Id: I9510de81aacce5e0fa37a22fbd0a475818d4da5d --- playbooks/docs/promote.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/docs/promote.yaml b/playbooks/docs/promote.yaml index db4c11b..c94c3f0 100644 --- a/playbooks/docs/promote.yaml +++ b/playbooks/docs/promote.yaml @@ -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