Set the localization to US UTF8
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-03 22:33:34 +02:00
parent 4fc049c450
commit db8b8dfd64
1 changed files with 3 additions and 1 deletions

View File

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