Skip to content
GitLab
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
irma-website
Commits
8802d11c
Commit
8802d11c
authored
Mar 24, 2020
by
Tomas
Committed by
Sietse Ringers
Jun 05, 2020
Browse files
chore: Workaround for latest bundler no longer accepting our gem lock file.
parent
82a6798d
Pipeline
#43324
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8802d11c
...
...
@@ -10,6 +10,7 @@ stages:
before_script
:
-
set -euxo pipefail
-
gem install bundler -v "~>1.0"
-
bundle install --path vendor
site
:
...
...
@@ -18,4 +19,4 @@ site:
paths
:
-
_site/*
script
:
-
bundle exec jekyll build --config _config.yml
\ No newline at end of file
-
bundle exec jekyll build --config _config.yml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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