mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
temporarily remove kitchen inspec until it is moved
This commit is contained in:
parent
090281fb0b
commit
f2f265a01a
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue