feat : 模块抽离 + 自定义查分表模块基本完成

This commit is contained in:
clay
2024-04-10 14:31:08 +08:00
parent da94c4fa32
commit cde8e3a928
377 changed files with 3249 additions and 136 deletions

View File

@@ -19,13 +19,13 @@ cp docker.sh /app/build/"${batch}"/ # docker 镜像打包脚本
batchArr=("admin-biz:admin"
"notice-biz:notice"
"log-biz:log"
"custom-query-biz:custom-query"
# "workflow:visual"
"monitor:visual"
"code-gen:visual"
"custom-query:visual"
# "code-gen:visual"
"sentinel-dashboard:visual"
"code-gen-test-mysql:visual"
"sentinel-dashboard-pro:visual"
"workflow:visual"
"string3:field3")
batch=${DRONE_COMMIT_BRANCH}