Fix for broken zuul v3 job and releasenotes
The Zuul v3 job is looking for the log files from the release notes in: .tox/releasenotes/log/ but we had then in .tox/venv/log/ Fix it to where they Zuul v3 job expects it to be. Change-Id: Ic0810a681efefe2be4656bc66e2477710a8b15dd
This commit is contained in:
parent
660b682764
commit
2e25c5ed76
1
tox.ini
1
tox.ini
@ -20,7 +20,6 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:releasenotes]
|
||||
envdir = {toxworkdir}/venv
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:cover]
|
||||
|
Loading…
Reference in New Issue
Block a user