Commit e898f578 by tingweiwang

Update start.sh

1 parent 9fbad41b
Showing with 2 additions and 2 deletions
...@@ -56,7 +56,7 @@ git clone -b master git@gitlab.seetatech.com:tingweiwang/kpl-launcher.git $seet ...@@ -56,7 +56,7 @@ git clone -b master git@gitlab.seetatech.com:tingweiwang/kpl-launcher.git $seet
} }
private_img(){ private_img(){
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_images/images.tar.gz -p wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_images/images.tar.gz -p $base_package_workspace
} }
configmap_kpl(){ configmap_kpl(){
...@@ -67,7 +67,7 @@ seetaas_deploy(){ ...@@ -67,7 +67,7 @@ seetaas_deploy(){
git clone git@gitlab.seetatech.com:tingweiwang/seetaas-deploy.git git clone git@gitlab.seetatech.com:tingweiwang/seetaas-deploy.git
} }
private_debs(){ private_debs(){
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_debs/apt-1804/debs-apt-1804.tar.gz -P wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_debs/apt-1804/debs-apt-1804.tar.gz -P $base_package_workspace
} }
build_seetaas(){ build_seetaas(){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!