nit: hide echo

This commit is contained in:
Michael Vines
2019-01-08 14:25:44 -08:00
parent f53810fcd2
commit 5c87ddc80e

View File

@ -4,15 +4,15 @@
set -e set -e
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
(
set -x set -x
find . -name "*.sh" \ find . -name "*.sh" \
-not -regex ".*/ci/semver_bash/.*" \ -not -regex ".*/ci/semver_bash/.*" \
-not -regex ".*/.cargo/.*" \ -not -regex ".*/.cargo/.*" \
-not -regex ".*/node_modules/.*" \ -not -regex ".*/node_modules/.*" \
-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 --color=always --external-sources --shell=bash
)
echo --- ok echo --- ok