Remove extra mkdir
With RST publishing, the publish-doc directory exists and publishing fails with "mkdir". remove the extra call. Change-Id: Ia6ddaa7a7a679bb87111351c76d95c026fa494dc
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -48,9 +48,6 @@ commands =
|
||||
commands =
|
||||
# Build and copy RST Guides
|
||||
{toxinidir}/tools/build-all-rst.sh
|
||||
# Create directory, it might not be here if openstack-doc-test does
|
||||
# not publish anything.
|
||||
mkdir publish-docs
|
||||
# We only publish changed manuals.
|
||||
openstack-doc-test --check-build --publish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user