Because bitbucket pipelines by default uses C locale we will try generate UTF-8
manually. --HG-- branch : develop
This commit is contained in:
parent
9e9e2a1455
commit
6124f2c314
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user