Fix build-api-* jobs

In [0] the sphinx_build_dir was mistakenly removed, but we need to keep
it in order for the fetch-sphinx-output role to collect the build output
from the correct location.

[0] https://review.opendev.org/659975

Change-Id: I70e9c0e0311228fd90a593f165278b8d02b08b69
This commit is contained in:
Jens Harbott 2019-05-23 09:58:15 +00:00
parent 39e8b5afd4
commit 6000dfa408
1 changed files with 2 additions and 0 deletions

View File

@ -881,6 +881,7 @@
project.
timeout: 1800
vars:
sphinx_build_dir: api-ref/build
tox_envlist: api-ref
# We only publish the master branch, so no need to run
# for changes on other branches.
@ -900,6 +901,7 @@
Build api-guide document. This is only run for changes on master
branch of a project.
vars:
sphinx_build_dir: api-guide/build
tox_envlist: api-guide
# We only publish the master branch, so no need to run
# for changes on other branches.