Revert "Partial sync fetch-sphinx-tarball with fetch-sphinx-output"

We don't need this here - let's change openstack-manuals instead.

This reverts commit 75ae975235.

Change-Id: I9611950a391823efd2f7d2187da0992f00e0e454
This commit is contained in:
Andreas Jaeger 2019-08-14 20:13:23 +00:00
parent 75ae975235
commit 22a17fa19b
3 changed files with 1 additions and 8 deletions

View File

@ -12,12 +12,6 @@ archive into the log root for viewing.
Directory relative to zuul_work_dir where build output should be
found.
.. zuul:rolevar:: sphinx_output_dir
:default: html
Directory relative to sphinx_build_dir where sphinx output will be
put.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}

View File

@ -1,4 +1,3 @@
---
zuul_work_dir: "{{ zuul.project.src_dir }}"
sphinx_build_dir: doc/build
sphinx_output_dir: "html"

View File

@ -5,7 +5,7 @@
register: html_archive
- name: Archive HTML
command: "tar -f {{ html_archive.path }} -C {{ zuul_work_dir }}/{{ sphinx_build_dir }}/{{ sphinx_output_dir }} -cj ."
command: "tar -f {{ html_archive.path }} -C {{ zuul_work_dir }}/{{ sphinx_build_dir }}/html -cj ."
args:
warn: false