Fix publishlang
publishlang calls a script that uses tox again, with recent CI changes tox is not always available in PATH. Set ensure_global_symlinks so that tox is in PATH. Change-Id: Ib30c5af58564425d7bd2c9cd7118423c4ce643d9
This commit is contained in:
parent
91046c674e
commit
1588baa694
@ -43,6 +43,7 @@
|
||||
Build translated manuals using "publishlang" tox environment.
|
||||
vars:
|
||||
tox_envlist: publishlang
|
||||
ensure_global_symlinks: true
|
||||
files: &files-publishlang
|
||||
- ^.*\.po$
|
||||
- ^.*\.pot$
|
||||
|
Loading…
Reference in New Issue
Block a user