Always create .venv for upstream_translation_horizon
The current job fails to run since there's no venv created, we need to pass -V to update it - otherwise the job will fail. Change-Id: I4293cbef253cea9638c22bb5a980d07da9d315db
This commit is contained in:
parent
d9b7c218a6
commit
f9306d9481
@ -45,7 +45,7 @@ tx set --auto-local -r ${PROJECT}.openstack-dashboard-translations \
|
||||
|
||||
# Invoke run_tests.sh to update the po files
|
||||
# Or else, "../manage.py makemessages" can be used.
|
||||
./run_tests.sh --makemessages
|
||||
./run_tests.sh --makemessages -V
|
||||
|
||||
# Add all changed files to git
|
||||
git add ${PROJECT}/locale/en/LC_MESSAGES/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user