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.
Hab plan file change and gemspec file name changed
Signed-off-by: nitin sanghi <[email protected]>
- Loading branch information
1 parent
fa6bd14
commit 2e4cbc0
Showing
3 changed files
with
5 additions
and
5 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop" | |
$PSDefaultParameterValues['*:ErrorAction']='Stop' | ||
|
||
$env:HAB_BLDR_CHANNEL = "LTS-2024" | ||
$pkg_name="test-kitchen" | ||
$pkg_name="chef-test-kitchen-enterprise" | ||
$pkg_origin="chef" | ||
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION") | ||
$pkg_maintainer="The Chef Maintainers <[email protected]>" | ||
|
@@ -47,7 +47,7 @@ function Invoke-Build { | |
|
||
gem build test-kitchen.gemspec | ||
Write-BuildLine " ** Using gem to install" | ||
gem install test-kitchen-*.gem --no-document | ||
gem install chef-test-kitchen-enterprise*.gem --no-document | ||
gem install kitchen-dokken | ||
|
||
If ($lastexitcode -ne 0) { Exit $lastexitcode } | ||
|
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 @@ | ||
export HAB_BLDR_CHANNEL="LTS-2024" | ||
_chef_client_ruby="core/ruby3_1" | ||
pkg_name="test-kitchen" | ||
pkg_name="chef-test-kitchen-enterprise" | ||
pkg_origin="chef" | ||
pkg_maintainer="The Chef Maintainers <[email protected]>" | ||
pkg_description="The Chef Test Kitchen" | ||
|