diff --git a/code/datastudio/ci/script/compile_package.sh b/code/datastudio/ci/script/compile_package.sh index 136296ba72001f79018d64d7bc28341003c0d420..c1102da0982ca7d9294510bc3ed3af7f6bcc0265 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 a44001748b031e30f087fa6e8d5ff9cd33b244a9..0000000000000000000000000000000000000000 --- 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