summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-05-15 16:14:33 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-05-22 08:41:17 -0600
commitdb167958cccd07dda129fdfb4cd4bd858e7c6a32 (patch)
tree33ad9ac8ddd4f7938230d76761aa853cc3ccc44d
parent604d10a0533bac7381f1d1756f6fdfa7afbe8ce1 (diff)
downloadchef-csnapp/add_winruby_2.7.tar.gz
Allow chefstyle dependencies in windows verify testscsnapp/add_winruby_2.7
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--scripts/bk_tests/bk_win_functional.ps12
-rw-r--r--scripts/bk_tests/bk_win_prep.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 75803140ae..a8602f9872 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -31,7 +31,7 @@ if (-not $?) { throw "Unable to update Bundler" }
bundle --version
Write-Output "--- bundle install"
-bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle
+bundle install --jobs=3 --retry=3 --without omnibus_package
if (-not $?) { throw "Unable to install gem dependencies" }
Write-Output "+++ bundle exec rake spec:functional"
diff --git a/scripts/bk_tests/bk_win_prep.ps1 b/scripts/bk_tests/bk_win_prep.ps1
index 1d7199916b..1a09378fee 100644
--- a/scripts/bk_tests/bk_win_prep.ps1
+++ b/scripts/bk_tests/bk_win_prep.ps1
@@ -16,5 +16,5 @@ if (-not $?) { throw "Unable to update Bundler" }
bundle --version
echo "--- bundle install"
-bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle
+bundle install --jobs=3 --retry=3 --without omnibus_package
if (-not $?) { throw "Unable to install gem dependencies" }