summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah@chef.io>2019-04-10 15:39:26 -0400
committerJeremiah Snapp <jeremiah@chef.io>2019-04-10 15:39:26 -0400
commit953192a8a75bbc01243ddcde561c3840dd288674 (patch)
treee4cfba5c7c1b3581d42a693f6eef8b6c80ca99fb
parent6df07f8b55d2e56288f8b1c0ff60a048ce376c74 (diff)
downloadchef-953192a8a75bbc01243ddcde561c3840dd288674.tar.gz
Stop printing environment in ci/verify.bat
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-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