Commit c036570c by tingweiwang

Update start.sh

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