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