From 620b7971f9eb07517916730dbe80b7645fc4088f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 9 Dec 2021 14:09:34 -0800 Subject: simplification Signed-off-by: Lamont Granquist --- .github/workflows/kitchen.yml | 3 --- 1 file changed, 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. -- cgit v1.2.1