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:
Andreas Jaeger 2014-03-20 21:00:00 +01:00
parent d9b7c218a6
commit f9306d9481

View File

@ -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/*