summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 17:27:41 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 12:16:20 -0800
commit8864f6d39c4de36f527364b8e1c3f6ae9ace2143 (patch)
treecef9aaadb1ad1f8e225dee6384f637881165f967
parent9a24cd522f2922c71eb08be5c9e6563a81d337e6 (diff)
downloadchef-8864f6d39c4de36f527364b8e1c3f6ae9ace2143.tar.gz
Print the bundler version in the CI script
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-x.expeditor/scripts/bk_linux_exec.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/scripts/bk_linux_exec.sh b/.expeditor/scripts/bk_linux_exec.sh
index 415f646a3c..8648b75421 100755
--- a/.expeditor/scripts/bk_linux_exec.sh
+++ b/.expeditor/scripts/bk_linux_exec.sh
@@ -31,8 +31,10 @@ echo "--- Config information"
echo "!!!! RUBY VERSION !!!!"
ruby --version
-echo "!!!! BUNDLE LOCATION !!!!"
-which bundle
+echo "!!!! BUNDLER LOCATION !!!!"
+which bundler
+echo "!!!! BUNDLER VERSION !!!!"
+bundler -v
echo "!!!! DOCKER VERSION !!!!"
docker version
echo "!!!! DOCKER STATUS !!!!"