Browse Source

export LC_ALL=C.UTF-8

Andrew Yoon 6 năm trước cách đây
mục cha
commit
3a855c9b1b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

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