mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 18:54:37 +00:00
gitlab-ci: fix UTF-8 support
This commit is contained in:
parent
ebebea4131
commit
c7a187f5cb
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ image: ruby:2.5
|
|||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
LANG: "C.UTF-8"
|
||||
|
||||
before_script:
|
||||
- gem install bundler
|
||||
|
||||
|
|
Loading…
Reference in a new issue