From: ocaisa Date: Fri, 10 Jul 2020 17:08:06 +0000 (+0200) Subject: Deprecated use of --path when installing bundle (#473) X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/4f4de3adcb0f358c52b429e172dee3a99ee1c967 Deprecated use of --path when installing bundle (#473) --- diff --git a/Makefile b/Makefile index 366840e..37c7b2c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export SHELL = /bin/bash # Settings MAKEFILES=Makefile $(wildcard *.mk) -JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll +JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll PARSER=bin/markdown_ast.rb DST=_site