forked from test-kitchen/test-kitchen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nitin sanghi <[email protected]>
- Loading branch information
1 parent
e96083e
commit cf05737
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
@@ -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 | ||
) | ||
} | ||
|
||
|