diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-28 17:36:00 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 12:16:31 -0800 |
commit | 4348e77f51cac7a74dedca6ca00cc9bdac75d8a5 (patch) | |
tree | 656a04d872bfcd2a7721aa1c1015e59a1c8c9db6 /.expeditor | |
parent | cb9a4cf4e94f7ffee34910155dbb9942a9f57592 (diff) | |
download | chef-4348e77f51cac7a74dedca6ca00cc9bdac75d8a5.tar.gz |
Print more useful troubleshooting info
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rwxr-xr-x | .expeditor/scripts/bk_container_prep.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.expeditor/scripts/bk_container_prep.sh b/.expeditor/scripts/bk_container_prep.sh index 5615744000..a149aeeee1 100755 --- a/.expeditor/scripts/bk_container_prep.sh +++ b/.expeditor/scripts/bk_container_prep.sh @@ -1,6 +1,13 @@ # This script gets a container ready to run our various tests in BuildKite -echo "--- preparing..." +echo "--- Container Config..." + +echo "ruby version:" +ruby -v +echo "bundler version:" +bundler -v + +echo "--- Preparing Container..." export FORCE_FFI_YAJL="ext" export CHEF_LICENSE="accept-no-persist" |