diff --git a/ci/run-docker.sh b/ci/run-docker.sh index 726c3c5a7a1c9..c7d78bc8a1d29 100755 --- a/ci/run-docker.sh +++ b/ci/run-docker.sh @@ -1,5 +1,8 @@ #!/usr/bin/env sh +# Disable SC2086 as it confuses the docker command. +# shellcheck disable=SC2086 + # Small script to run tests for a target (or all targets) inside all the # respective docker images.