export LC_ALL=C.UTF-8

This commit is contained in:
Andrew Yoon
2018-06-06 07:30:09 +00:00
parent f7b61a4cad
commit 3a855c9b1b

View File

@ -2,6 +2,7 @@ image: ruby:2.3
variables: variables:
JEKYLL_ENV: production JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script: before_script:
- bundle install - bundle install