Pull a fixed and working version of shellcheck docker imaage (#6975)
This commit is contained in:
parent
3ce6248f8c
commit
e1643c91c4
|
@ -7,6 +7,6 @@ cd "$(dirname "$0")/.."
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
git ls-files -- '*.sh' ':(exclude)ci/semver_bash' \
|
git ls-files -- '*.sh' ':(exclude)ci/semver_bash' \
|
||||||
| xargs ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash
|
| xargs ci/docker-run.sh koalaman/shellcheck@sha256:fe24ab9a9b6b62d3adb162f4a80e006b6a63cae8c6ffafbae45772bab85e7294 --color=always --external-sources --shell=bash
|
||||||
)
|
)
|
||||||
echo --- ok
|
echo --- ok
|
||||||
|
|
Loading…
Reference in New Issue