We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b1dc commit 5da72a4Copy full SHA for 5da72a4
ci/run-docker.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env sh
2
3
+# Disable SC2086 as it confuses the docker command.
4
+# shellcheck disable=SC2086
5
+
6
# Small script to run tests for a target (or all targets) inside all the
7
# respective docker images.
8
0 commit comments