Skip to content

Commit

Permalink
Adding sprout-base to Chef delivery cookbook depends
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Jan 16, 2022
1 parent 50ca1c8 commit 3f032e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .delivery/build_cookbook/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://supermarket.chef.io'

metadata

#group :workflow do
group :workflow do
cookbook 'sprout-base', path: '../../repo'
# cookbook 'test', path: './test/fixtures/cookbooks/test'
#end
end
2 changes: 2 additions & 0 deletions .delivery/build_cookbook/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
chef_version '>= 15.0'

depends 'delivery-truck'

depends 'sprout-base'

0 comments on commit 3f032e6

Please sign in to comment.