Skip to content

Commit

Permalink
cirrus,setup: show netavark binary being used by commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya R <[email protected]>
  • Loading branch information
flouthoc committed Oct 19, 2022
1 parent 34b1e7a commit 1c6d50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c6d50a

Please sign in to comment.