소스 검색

update build.sh

reghao 4 달 전
부모
커밋
e56b1bfd33
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      zzz/build.sh

+ 1 - 6
zzz/build.sh

@@ -17,11 +17,6 @@ build_dependencies() {
   git clone --depth=1 https://git.reghao.cn/reghao/jutil
   cd jutil
   mvn clean install -Dmaven.test.skip
-  
-  cd ${proj_dir}
-  git clone --depth=1 https://git.reghao.cn/reghao/oss
-  cd oss
-  mvn clean install -Dmaven.test.skip -am -pl oss-api
 }
 
 install_dependencies() {
@@ -98,7 +93,7 @@ echo "构建第三方依赖..."
 #build_dependencies
 
 echo "构建 tnb jar 应用..."
-build_jar
+#build_jar
 
 echo "构建 tnb docker 应用..."
 #build_image