Update checkbuild section under tox
Makes required directories since they are not created by the doc tools if only *.po/*.pot files in locale directories are touched. Change-Id: Iaa206a414f29972f4b627a2cc3a29b52ff85cc25
This commit is contained in:
parent
215afbb56b
commit
15c8609f42
1
tox.ini
1
tox.ini
@ -34,6 +34,7 @@ commands = openstack-doc-test --check-deletions {posargs}
|
||||
|
||||
[testenv:checkbuild]
|
||||
commands =
|
||||
mkdir -p publish-docs/training-guides
|
||||
openstack-doc-test --check-build {posargs}
|
||||
bash -c "tar czf publish-docs/training-guides/labs-scripts.tgz labs"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user