From d9b8c9543a5dab9b05a4b413c8281fc791a5e2a6 Mon Sep 17 00:00:00 2001 From: mingruifu Date: Thu, 31 Mar 2022 14:59:36 +0800 Subject: [PATCH] modifying the compile script --- code/datastudio/ci/script/compile_package.sh | 2 +- code/datastudio/ci/script/settings.xml | 44 -------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 code/datastudio/ci/script/settings.xml diff --git a/code/datastudio/ci/script/compile_package.sh b/code/datastudio/ci/script/compile_package.sh index 136296ba..c1102da0 100644 --- a/code/datastudio/ci/script/compile_package.sh +++ b/code/datastudio/ci/script/compile_package.sh @@ -9,7 +9,7 @@ commit_id=$(git rev-parse HEAD) cd $code_path sh copyExternalsToBuild.sh sleep 2 -mvn -B -f pom.xml -s $ci_path/settings.xml -gs $ci_path/settings.xml -nsu clean package -Dmaven.test.skip=true +mvn -B -f pom.xml -nsu clean package -Dmaven.test.skip=true sleep 5 echo "Packaging Datastudio files" diff --git a/code/datastudio/ci/script/settings.xml b/code/datastudio/ci/script/settings.xml deleted file mode 100644 index a4400174..00000000 --- a/code/datastudio/ci/script/settings.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - -/usr1/maven/repository - - - - - - - optional - true - http - proxyhk.huawei.com - 8080 - *huawei.com|10.* - - - - - - - - - - - - maven - central - http://mirrors.tools.huawei.com/maven/ - - - devtestmirror - devtest-releases - http://mirrors.tools.huawei.com/maven/ - - - - - - - \ No newline at end of file -- Gitee