nit: hide echo
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
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/.*" \
|
||||||
@ -14,5 +14,5 @@ find . -name "*.sh" \
|
|||||||
-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
|
||||||
|
Reference in New Issue
Block a user