From 3a855c9b1b595a872e490fc09bc3a0301ba8753a Mon Sep 17 00:00:00 2001 From: Andrew Yoon Date: Wed, 6 Jun 2018 07:30:09 +0000 Subject: [PATCH] export LC_ALL=C.UTF-8 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ae5b86..149247e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: ruby:2.3 variables: JEKYLL_ENV: production + LC_ALL: C.UTF-8 before_script: - bundle install