Merge "Fix pdf building"

This commit is contained in:
Zuul 2020-06-16 08:56:15 +00:00 committed by Gerrit Code Review
commit ece7afc50f
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@
shell: |
echo "Running tox -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 -e {{ tox_pdf_envlist }} -vv > {{ ansible_user_dir }}/zuul-output/logs/sphinx-build-pdf.log 2>&1
{{ tox_executable }} -e {{ tox_pdf_envlist }} -vv > {{ ansible_user_dir }}/zuul-output/logs/sphinx-build-pdf.log 2>&1
when: pdfdocs_env is success