[ci] Avoid bundle warnings about --path

This commit is contained in:
Andreas Dangel
2020-07-31 14:08:20 +02:00
parent f975ebf7b3
commit 8a7ec4b4e3
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
bundle install --path vendor/bundle
bundle config set --local path vendor/bundle
bundle install
bundle update
bundle exec jekyll build