Skip to content

Commit

Permalink
Silence podman detection (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana authored Nov 22, 2024
1 parent b7c212c commit 7ca331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
###################################################################

if [ -z "${EXTERNAL_AQA_RUNNER}" ]; then
if which podman > /dev/null; then
if which podman > /dev/null 2>&1; then
EXTERNAL_AQA_RUNNER=podman
else
EXTERNAL_AQA_RUNNER=docker
Expand Down

0 comments on commit 7ca331a

Please sign in to comment.