summaryrefslogtreecommitdiff
path: root/.expeditor/scripts
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 18:49:21 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-28 18:49:21 -0800
commit9cf30b81a1c7ba54d647f433bff4220d620e01a3 (patch)
treed8bbf9361f414a0dcf8d21639225a4ca91cb3496 /.expeditor/scripts
parent68efd9cbbc886be3566144fa54c107581ae6811b (diff)
downloadchef-9cf30b81a1c7ba54d647f433bff4220d620e01a3.tar.gz
Print the full OS release from /etc/os-release
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/scripts')
-rwxr-xr-x.expeditor/scripts/bk_container_prep.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/scripts/bk_container_prep.sh b/.expeditor/scripts/bk_container_prep.sh
index a149aeeee1..b1690b6722 100755
--- a/.expeditor/scripts/bk_container_prep.sh
+++ b/.expeditor/scripts/bk_container_prep.sh
@@ -2,6 +2,9 @@
echo "--- Container Config..."
+source /etc/os-release
+echo $PRETTY_NAME
+
echo "ruby version:"
ruby -v
echo "bundler version:"