Skip to content

Commit

Permalink
Kitchen dokken support added
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Sep 30, 2024
1 parent e96083e commit cf05737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_chef_client_ruby="core/ruby31"
pkg_name="test-kitchen"
pkg_origin="sanghinitin"
pkg_origin="chef"
pkg_maintainer="The Chef Maintainers <[email protected]>"
pkg_description="The Chef Test Kitchen"
pkg_license=('Apache-2.0')
Expand Down Expand Up @@ -78,7 +78,7 @@ do_build() {
build_line "Installing gems from git repos properly ..."
build_line "Installing this project's gems ..."
bundle exec rake install:local
gem install chef-utils chef-config appbundler aruba
gem install chef-utils chef-config appbundler aruba kitchen-dokken
)
}

Expand Down

0 comments on commit cf05737

Please sign in to comment.