Skip to content

Commit

Permalink
Change in windows plan to work with kitchen dokken and inspec
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <nsanghi@progress.com>
  • Loading branch information
sanghinitin committed Nov 7, 2024
1 parent 2f8c7d5 commit 6926ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ function Invoke-Build {
bundle config --local silence_root_warning 1
Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies"
bundle install

bundle lock --local
gem build chef-test-kitchen-enterprise.gemspec
Write-BuildLine " ** Using gem to install"
gem install chef-test-kitchen-enterprise*.gem --no-document
gem install kitchen-dokken

ruby ./post-bundle-install.rb
If ($lastexitcode -ne 0) { Exit $lastexitcode }
} finally {
Pop-Location
Expand Down

0 comments on commit 6926ec1

Please sign in to comment.