Kaynağa Gözat

chore(ct): cancel needless apps ct

zhanghongtong 4 yıl önce
ebeveyn
işleme
c094e5ddcc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/find-apps.sh

+ 1 - 1
scripts/find-apps.sh

@@ -7,7 +7,7 @@ cd -P -- "$(dirname -- "$0")/.."
 
 
 find_app() {
 find_app() {
     local appdir="$1"
     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'
 find_app 'apps'