Updated locale env variables for drone
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-04 09:46:25 +02:00
parent cbb222b76f
commit ed27ffea3f
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@ pipeline:
image: ruby
environment:
- BUNDLE_PATH=/drone/.bundle
- LANG="en_US.UTF-8"
- LC_ALL="en_US.UTF-8"
- LANG="C.UTF-8"
- LC_ALL="C.UTF-8"
- LANGUAGE="C.UTF-8"
commands:
- bundle install
- JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer _site/ --disable-external