Because bitbucket pipelines by default uses C locale we will try generate UTF-8

manually.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 22:23:28 +03:00
parent 9e9e2a1455
commit 6124f2c314

View File

@ -9,6 +9,8 @@ pipelines:
- step:
script:
- locale
- locale-gen "en_US.UTF-8"
- dpkg-reconfigure locales
- cat /etc/*-release
- uname -a
- grep -i processor /proc/cpuinfo | wc -l