template/config/deploy/itamae.rb in itamae-template-0.1.0 vs template/config/deploy/itamae.rb in itamae-template-0.1.1
- old
+ new
@@ -39,10 +39,10 @@
task :bundle_install do
on roles(:all) do
sudo(*%W[
BUNDLE_GEMFILE=#{cache_path('Gemfile')}
- #{bin_path('bundle')} install --jobs `nproc` --without cap --quiet
+ #{bin_path('bundle')} install --jobs `nproc` --without local --quiet
])
end
end
task :dry_run do