summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 18:49:21 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 12:16:54 -0800
commit6f18537491f964bce80f36c68cef484b4e904ca6 (patch)
tree2403a37debaaad5a62db7cbbcf38824ff86b45f9
parentbaa790620a51b344da8dcb3623807f15ba595c84 (diff)
downloadchef-6f18537491f964bce80f36c68cef484b4e904ca6.tar.gz
Print the full OS release from /etc/os-release
Signed-off-by: Tim Smith <tsmith@chef.io>
-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:"