Sfoglia il codice sorgente

export LC_ALL=C.UTF-8

Andrew Yoon 6 anni fa
parent
commit
3a855c9b1b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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