mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-02 20:18:25 +00:00
ci: fix check format script
[skip travis]
This commit is contained in:
parent
577f93a3b7
commit
f0399fa389
@ -2,10 +2,6 @@
|
||||
|
||||
echo "Checking bash scripts with shellcheck" >&2
|
||||
|
||||
shellcheck --check-sourced --severity=style --color=always --exclude=SC2164,SC2086,SC2012,SC2016 \
|
||||
build/common/worker/docker-entrypoint.sh \
|
||||
build/common/worker/healthcheck.sh \
|
||||
build/common/worker/install_app.sh \
|
||||
build/erpnext-nginx/install_app.sh \
|
||||
build/frappe-nginx/docker-entrypoint.sh \
|
||||
build/frappe-socketio/docker-entrypoint.sh
|
||||
while IFS= read -r shellfile; do
|
||||
shellcheck --check-sourced --severity=style --color=always --exclude=SC2164,SC2086,SC2012,SC2016 ${shellfile}
|
||||
done < <(find ./build -name "*.sh")
|
||||
|
Loading…
x
Reference in New Issue
Block a user