mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
gitlab-ci: fix UTF-8 support
This commit is contained in:
parent
ebebea4131
commit
c7a187f5cb
@ -2,6 +2,9 @@ image: ruby:2.5
|
||||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
LANG: "C.UTF-8"
|
||||
|
||||
before_script:
|
||||
- gem install bundler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user