mirror of
https://github.com/inspec/inspec
synced 2024-12-13 06:42:40 +00:00
8 lines
214 B
Ruby
8 lines
214 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
group :delivery do
|
|
cookbook 'delivery_build', git: 'https://github.com/chef-cookbooks/delivery_build'
|
|
cookbook 'test', path: './test/fixtures/cookbooks/test'
|
|
end
|