summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-12-09 14:09:34 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-12-09 14:09:34 -0800
commit620b7971f9eb07517916730dbe80b7645fc4088f (patch)
tree94c04113dc69930805860220324ed52db261ea4e
parentaf725f6104e4a4a50afaf800a9850207d803d036 (diff)
downloadchef-lcg/testing5.tar.gz
simplificationlcg/testing5
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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.