summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 17:36:00 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 12:16:31 -0800
commit4348e77f51cac7a74dedca6ca00cc9bdac75d8a5 (patch)
tree656a04d872bfcd2a7721aa1c1015e59a1c8c9db6
parentcb9a4cf4e94f7ffee34910155dbb9942a9f57592 (diff)
downloadchef-4348e77f51cac7a74dedca6ca00cc9bdac75d8a5.tar.gz
Print more useful troubleshooting info
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-x.expeditor/scripts/bk_container_prep.sh9
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"