Skip to content

Commit

Permalink
Silence podman detection
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Nov 20, 2024
1 parent 02edc24 commit 1c4b417
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 1c4b417

Please sign in to comment.