Skip to content
Snippets Groups Projects
Commit 93f568bc authored by Svetlana Tkachenko's avatar Svetlana Tkachenko
Browse files

specify locales using an axe

parent 3ae0af94
No related branches found
No related tags found
1 merge request!1Gryimport
......@@ -9,10 +9,16 @@ test:
- apt-get update
- apt-get dist-upgrade -y
- apt-get install -y jekyll bundler
- apt-get install -y locales # hi from #jekyll
- echo "en_US UTF-8" > /etc/locale.gen
- locale-gen en_US.UTF-8
- export LANG=en_US.UTF-8
- export LANGUAGE=en_US:en
- export LC_ALL=en_US.UTF-8 # hi from #jekyll end
- bundle install
- bundle clean --force
- mkdir build
- LC_ALL=en_US.UTF-8 jekyll build --destination=build/
- bundle exec jekyll build --destination=build/
- cp .htaccess build/
# Artifacts
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment