Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Melroy van den Berg
Melroy Site
Commits
e928469e
Commit
e928469e
authored
May 01, 2020
by
Melroy van den Berg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
91ae70c9
Pipeline
#1845
failed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.gitlab-ci.yml
.gitlab-ci.yml
+25
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
e928469e
image
:
"
ruby:2.5"
# Cache gems in between builds
cache
:
paths
:
-
vendor/ruby
before_script
:
-
ruby -v
# Print out ruby version for debugging
-
bundle install -j $(nproc) --path vendor
# Install dependencies into ./vendor/ruby
#rspec:
# stage: test
# script:
# - rspec spec
build
:
stage
:
build
script
:
-
JEKYLL_ENV=production bundle exec jekyll build
-
mv _site site
artifacts
:
expire_in
:
1 month
paths
:
-
site
Write
Preview
Markdown
is supported
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