Commit 767990e9 by Edward Thomson

ci: show distribution information

The lsb-release command is missing on our images; just show the
information from the file instead of relying on it.
parent 91ba65af
......@@ -26,7 +26,7 @@ fi
if [ -f "/etc/debian_version" ]; then
echo "Debian version:"
lsb_release -a | indent
(source /etc/lsb-release && echo "${DISTRIB_DESCRIPTION}") | indent
fi
echo "Kernel version:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment