mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
chore: Workaround for latest bundler no longer accepting our gem lock file.
This commit is contained in:
@@ -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
|
||||
- bundle exec jekyll build --config _config.yml
|
||||
|
||||
Reference in New Issue
Block a user