From 0c7673054af9fcec3b88941c723cfc7e12e8d482 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Fri, 1 May 2020 22:49:35 +0200 Subject: [PATCH] Use zj_sphinx_pdf instead of item Change-Id: I8ed9c0e1ebb8cf43335ee49f11a320ddabb29eb5 --- roles/fetch-sphinx-tarball/tasks/pdf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/fetch-sphinx-tarball/tasks/pdf.yaml b/roles/fetch-sphinx-tarball/tasks/pdf.yaml index 02e975628..345b7187c 100644 --- a/roles/fetch-sphinx-tarball/tasks/pdf.yaml +++ b/roles/fetch-sphinx-tarball/tasks/pdf.yaml @@ -39,7 +39,7 @@ - name: Fetch PDF files synchronize: - dest: "{{ zuul.executor.log_root }}/pdf/{{ zj_pdf.item }}" + dest: "{{ zuul.executor.log_root }}/pdf/{{ zj_pdf.zj_sphinx_pdf }}" mode: pull src: "{{ zj_pdf.stat.path }}" verify_host: true @@ -54,8 +54,8 @@ data: zuul: artifacts: - - name: "Docs PDF: {{ zj_pdf.item }}" - url: "pdf/{{ zj_pdf.item }}" + - name: "Docs PDF: {{ zj_pdf.zj_sphinx_pdf }}" + url: "pdf/{{ zj_pdf.zj_sphinx_pdf }}" metadata: type: docs_pdf with_items: "{{ pdf_file_stat.results }}"