Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
pbdf-website
Commits
b54c796d
Commit
b54c796d
authored
Jun 21, 2019
by
Tomas
Browse files
chore: Add .gitlab-ci.yml file
parent
2047e9f3
Pipeline
#25777
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b54c796d
image
:
privacybydesign/ruby:latest
cache
:
key
:
$CI_COMMIT_REF_SLUG
paths
:
-
vendor/ruby
stages
:
-
build
before_script
:
-
set -euxo pipefail
-
bundle install
site
:
stage
:
build
artifacts
:
paths
:
-
_site/*
script
:
-
bundle exec jekyll build --config _config.yml
\ No newline at end of file
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