itamae/tasks/init.rake

7 lines
148 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
#!/usr/bin/env rake
desc 'Download and install gems and cookbooks.'
task :init do
sh 'test -e vendor || bundle install --path vendor/bundle'
end