mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-24 12:39:46 +00:00
Merge !1201
gitlab-ci: fix UTF-8 support See merge request monero-project/monero-site!1201
This commit is contained in:
commit
31e20b1d01
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