Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
linux.community
linux-community-site
Commits
e00f80a9
Commit
e00f80a9
authored
May 10, 2018
by
Nigel Kukard
Browse files
Install Jekyll instead of using Debian version
parent
e72804f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e00f80a9
...
...
@@ -8,9 +8,9 @@ test:
script
:
-
apt-get update
-
apt-get dist-upgrade -y
-
apt-get install -y
jekyll
bundler
-
apt-get install -y bundler
-
apt-get install -y locales
# hi from #jekyll
-
echo "en_US UTF-8" > /etc/locale.gen
-
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment