From 6124f2c3146d6c207c763a92a0eaf5d7933af830 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Jul 2016 22:23:28 +0300 Subject: [PATCH] Because bitbucket pipelines by default uses C locale we will try generate UTF-8 manually. --HG-- branch : develop --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 208c15fea..e380e5efc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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