mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-02 11:16:27 +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:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
variables:
|
||||||
|
LANG: "C.UTF-8"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue