diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-28 17:27:41 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-28 17:27:41 -0800 |
commit | 7c77689b65467c556c57211382121488c26702b7 (patch) | |
tree | f1f346e34a052e043ee365452d01e9dd14ae85a4 /.expeditor | |
parent | fdd964489f09a2caf8190fe805fc47edbd45ffc8 (diff) | |
download | chef-7c77689b65467c556c57211382121488c26702b7.tar.gz |
Print the bundler version in the CI script
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rwxr-xr-x | .expeditor/scripts/bk_linux_exec.sh | 6 |
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 !!!!" |