From 1410723a221796d390b949c491e34db14dd5e8d8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jun 2020 11:07:48 +0200 Subject: [PATCH] Update echo for pdf-docs to match recent change Display in the echo exact command that is executed. Change-Id: Ic02d1c351dcc048a67a1e7c140efb3f9c031a069 --- roles/build-pdf-docs/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/build-pdf-docs/tasks/main.yaml b/roles/build-pdf-docs/tasks/main.yaml index 4f6104f3..b646f18b 100644 --- a/roles/build-pdf-docs/tasks/main.yaml +++ b/roles/build-pdf-docs/tasks/main.yaml @@ -19,7 +19,7 @@ chdir: "{{ zuul_work_dir }}" environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}" shell: | - echo "Running tox -e {{ tox_pdf_envlist }} -vv > {{ ansible_user_dir }}/zuul-output/logs/sphinx-build-pdf.log 2>&1" + echo "Running {{ tox_executable }} -e {{ tox_pdf_envlist }} -vv > {{ ansible_user_dir }}/zuul-output/logs/sphinx-build-pdf.log 2>&1" echo "Output is redirected to a file as it tends to be quite verbose." {{ tox_executable }} -e {{ tox_pdf_envlist }} -vv > {{ ansible_user_dir }}/zuul-output/logs/sphinx-build-pdf.log 2>&1 when: pdfdocs_env is success