зеркало из https://github.com/mozilla/bedrock.git
Add locales to jenkins workspace.
This commit is contained in:
Родитель
1a8d9eba89
Коммит
39373cb661
|
@ -38,6 +38,12 @@ if [ ! -d "$WORKSPACE/vendor" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ -d "$WORKSPACE/locale" ]; then
|
||||
svn up locale
|
||||
else
|
||||
svn checkout https://svn.mozilla.org/projects/mozilla.com/trunk/locales/ locale
|
||||
fi
|
||||
|
||||
. $VENV/bin/activate
|
||||
pip install -q -r requirements/compiled.txt
|
||||
pip install -q -r requirements/dev.txt
|
||||
|
|
Загрузка…
Ссылка в новой задаче