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-28 17:27:41 -0800
commit7c77689b65467c556c57211382121488c26702b7 (patch)
treef1f346e34a052e043ee365452d01e9dd14ae85a4
parentfdd964489f09a2caf8190fe805fc47edbd45ffc8 (diff)
downloadchef-7c77689b65467c556c57211382121488c26702b7.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 !!!!"