fix shellcheck docker (#6987)

This commit is contained in:
Dan Albert
2019-11-15 15:01:00 -05:00
committed by GitHub
parent d0de05acaa
commit 123e444faa

View File

@ -13,6 +13,6 @@ cd "$(dirname "$0")/.."
-not -regex ".*/target/.*" \ -not -regex ".*/target/.*" \
-print0 \ -print0 \
| xargs -0 \ | xargs -0 \
ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash ci/docker-run.sh koalaman/shellcheck@sha256:fe24ab9a9b6b62d3adb162f4a80e006b6a63cae8c6ffafbae45772bab85e7294 --color=always --external-sources --shell=bash
) )
echo --- ok echo --- ok