Skip to content
Snippets Groups Projects
Commit 3d783f37 authored by Stefano Guerrini's avatar Stefano Guerrini
Browse files

CI TLLA 2021 changed deprecated argument of bundler

parent c26e7bba
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ variables: ...@@ -10,7 +10,7 @@ variables:
cache: cache:
paths: paths:
- web/vendor/bundle/ - vendor/bundle/
.build: .build:
stage: build stage: build
...@@ -18,7 +18,8 @@ cache: ...@@ -18,7 +18,8 @@ cache:
- apt-get update -qy - apt-get update -qy
- gem install bundler - gem install bundler
- cd web/ - cd web/
- bundle install --path vendor/bundle - bundle config set --local path 'vendor/bundle'
- bundle install
script: script:
- bundle exec jekyll build -d $BUILD_DIR --config $CONFIG - bundle exec jekyll build -d $BUILD_DIR --config $CONFIG
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment