From 2e909cb6dfd800fa4c619b8c69fa39cde42da1d1 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Thu, 20 Jun 2019 13:18:16 +0000 Subject: [PATCH] LC_ALL=C.UTF-8 --- lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml b/lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml index 0d742aa282d..e7dacd3a1fc 100644 --- a/lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml @@ -4,6 +4,7 @@ image: ruby:2.3 variables: JEKYLL_ENV: production + LC_ALL: C.UTF-8 before_script: - bundle install