Skip to content

Commit 7ca331a

Browse files
authored
Silence podman detection (#5765)
1 parent b7c212c commit 7ca331a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/provider.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
###################################################################
2828

2929
if [ -z "${EXTERNAL_AQA_RUNNER}" ]; then
30-
if which podman > /dev/null; then
30+
if which podman > /dev/null 2>&1; then
3131
EXTERNAL_AQA_RUNNER=podman
3232
else
3333
EXTERNAL_AQA_RUNNER=docker

0 commit comments

Comments
 (0)