feat(all): 移除b5集群

This commit is contained in:
v-zhangjc9
2024-10-14 14:32:43 +08:00
parent 73f7d3085a
commit 4d8238dd7f
14 changed files with 3 additions and 2093 deletions

View File

@@ -3,7 +3,7 @@ root_path=$(dirname $(cd $(dirname $0);pwd))
source $root_path/bin/library.sh
deploy service-common service-dependencies service-configuration service-forest
configs=(b2a4 b2b1 b2b5 b2b12)
configs=(b2a4 b2b1 b2b12)
for config in ${configs[*]};
do
mvn -pl service-launcher clean package -D skipTests -P $config