Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPat Myron <pmyron@nd.edu>2019-06-20 16:18:16 +0300
committerPat Myron <pmyron@nd.edu>2019-07-02 19:35:06 +0300
commit2e909cb6dfd800fa4c619b8c69fa39cde42da1d1 (patch)
tree13692a9d37a5e86b53a56e8ecf7399b4eb7ae10d /lib
parent5fb1de48ccbd5f637b6a8d2d9889a480d7d359a2 (diff)
LC_ALL=C.UTF-8
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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