chore(ct): cancel needless apps ct

This commit is contained in:
zhanghongtong 2021-07-01 18:29:53 +08:00 committed by turtleDeng
parent bf4c31b745
commit c094e5ddcc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cd -P -- "$(dirname -- "$0")/.."
find_app() {
local appdir="$1"
find "${appdir}" -mindepth 1 -maxdepth 1 -type d
find "${appdir}" -mindepth 1 -maxdepth 1 -type d | grep -vE "emqx_exhook|emqx_exproto|emqx_lwm2m|emqx_sn|emqx_coap|emqx_stomp"
}
find_app 'apps'