summaryrefslogtreecommitdiff
path: root/ci/run-docker.sh
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-08-24 21:33:22 +0900
committerYuki Okushi <jtitor@2k36.org>2022-08-24 21:45:32 +0900
commit5da72a4dc1dd5545cdd1de06b59bc356c55c3a76 (patch)
tree96cabe4cdd3de812c073dae078e3bad1d4668eeb /ci/run-docker.sh
parentb21b1dc24b9d5c6b7997dba440d83a36554fa27c (diff)
downloadrust-libc-5da72a4dc1dd5545cdd1de06b59bc356c55c3a76.tar.gz
Suppress shellcheck warnings
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'ci/run-docker.sh')
-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.