diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2019-04-10 15:39:26 -0400 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2019-04-10 15:39:26 -0400 |
commit | 953192a8a75bbc01243ddcde561c3840dd288674 (patch) | |
tree | e4cfba5c7c1b3581d42a693f6eef8b6c80ca99fb | |
parent | 6df07f8b55d2e56288f8b1c0ff60a048ce376c74 (diff) | |
download | chef-953192a8a75bbc01243ddcde561c3840dd288674.tar.gz |
Stop printing environment in ci/verify.bat
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
-rwxr-xr-x | ci/verify-chef.bat | 1 |
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 |