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
Lelux.fi
Wiki
Commits
904f77f1
Verified
Commit
904f77f1
authored
Aug 29, 2019
by
Elias Ojala
Browse files
Attempt fixing build errors
parent
ef5451ca
Pipeline
#10
canceled with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
904f77f1
# ruby:2.6.4 (ruby:latest at time of writing has bundle version 1.17.2, which is too old)
#image: ruby:latest
image
:
ruby:rc
image
:
ruby:rc
-buster
variables
:
JEKYLL_ENV
:
production
...
...
@@ -8,6 +8,8 @@ variables:
before_script
:
-
bundle install
-
apt install git -y
-
git submodule update --init --recursive
test
:
stage
:
test
...
...
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