summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/kitchen.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index e9315e4ddd..f0a05b9c8d 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -44,11 +44,8 @@ jobs:
run: |
cd kitchen-tests
$env:PATH = "C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
- bundle config set --local without 'omnibus_package'
bundle install --jobs=3 --retry=3
If ($lastexitcode -ne 0) { Exit $lastexitcode }
- gem install berkshelf --no-doc
- If ($lastexitcode -ne 0) { Exit $lastexitcode }
# berks emits a ruby warning when it loads net/http due to a previously
# defined constant. Even though it is just a warning, powershell immediately
# exits 1. I'm not sure why but this just suppresses the warnings.