summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-07-02 18:31:43 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-02 18:31:43 +0000
commit4b050fc283fcc0f703d219a54dab4a02f10e475d (patch)
treeac0b305a49f82ef24250fba57408514d4f540163
parentc6861b189b7faaf385bd397fd41ba93ed5649f25 (diff)
parent2e909cb6dfd800fa4c619b8c69fa39cde42da1d1 (diff)
downloadgitlab-ce-4b050fc283fcc0f703d219a54dab4a02f10e475d.tar.gz
Merge branch 'master' into 'master'
Jekyll Pages template: LC_ALL=C.UTF-8 See merge request gitlab-org/gitlab-ce!29907
-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