summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index 726c3c5a7a..c7d78bc8a1 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.