temporarily remove kitchen inspec until it is moved

This commit is contained in:
Dominik Richter 2015-10-26 12:48:09 +01:00
parent 090281fb0b
commit f2f265a01a
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,7 @@ cache_dir = File.join(repo_dir, '.cache')
directory cache_dir do
owner node['delivery_builder']['build_user']
mode '0755'
mode '0755'
end
execute 'bundle install' do
@ -18,4 +18,3 @@ execute 'bundle install' do
cwd repo_dir
user node['delivery_builder']['build_user']
end

View file

@ -17,7 +17,6 @@ group :integration do
gem 'berkshelf', '~> 4.0'
gem 'test-kitchen', git: 'https://github.com/chris-rock/test-kitchen', branch: 'test-path'
gem 'kitchen-vagrant'
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
end
group :tools do