summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/verify-chef.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat
index 7160b7b2f0..d08b2c3c4e 100755
--- a/ci/verify-chef.bat
+++ b/ci/verify-chef.bat
@@ -82,7 +82,6 @@ IF "%PIPELINE_NAME%" == "chef-fips" (
REM ; ffi-yajl must run in c-extension mode for perf, so force it so we don't accidentally fall back to ffi
set FORCE_FFI_YAJL=ext
-set
REM ; we should use bundler, but aren't because of a bug
REM ; this should be `bundle exec rspec yadda yadda...`
REM ; the bug is here: https://github.com/bundler/bundler/issues/5644