Fix typo in tox.ini
The last change had a typo in the job invocation, fix it. Remove ls, the job output showed the content is available as expected. Fix also permissions on shell script. Change-Id: I4ef65188ccdeebf59cc684f2de99c2198c0c3127
This commit is contained in:
parent
a07cffc1d9
commit
8fa4937999
0
tools/mv-firstapp-trans.sh
Normal file → Executable file
0
tools/mv-firstapp-trans.sh
Normal file → Executable file
4
tox.ini
4
tox.ini
@ -99,9 +99,7 @@ commands =
|
||||
mv publish-docs/ja/api-quick-start/ publish-docs/api-ref/ja/api-guide/quick-start
|
||||
mv publish-docs/ko_KR/api-quick-start/ publish-docs/api-ref/ko_KR/api-guide/quick-start
|
||||
mv publish-docs/zh_CN/api-quick-start/ publish-docs/api-ref/zh_CN/api-guide/quick-start
|
||||
# XXX Remove once everything works
|
||||
ls -l publish-docs/de
|
||||
{toxinidir}/tools/mv-firstapp.trans.sh de
|
||||
{toxinidir}/tools/mv-firstapp-trans.sh de
|
||||
|
||||
[testenv:generatepot-rst]
|
||||
# Generate POT files for translation, needs {posargs} like:
|
||||
|
Loading…
x
Reference in New Issue
Block a user