From 641a5b113a07ec4ffdadf00e0e36c12b655d1cb1 Mon Sep 17 00:00:00 2001 From: Aditya R Date: Wed, 19 Oct 2022 10:28:13 +0530 Subject: [PATCH] cirrus,setup: show netavark binary being used by commit Signed-off-by: Aditya R --- contrib/cirrus/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/cirrus/setup.sh b/contrib/cirrus/setup.sh index 3f321cce..3196494f 100755 --- a/contrib/cirrus/setup.sh +++ b/contrib/cirrus/setup.sh @@ -30,6 +30,8 @@ if [[ $(uname -m) != "x86_64" ]]; then mv netavark.$(uname -m)-unknown-linux-gnu netavark fi chmod a+x /usr/libexec/podman/netavark +# show netavark commit in CI logs +/usr/libexec/podman/netavark version # Warning, this isn't the end. An exit-handler is installed to finalize # setup of env. vars. This is required for runner.sh to operate properly.