Commit 3b43c970 by tingweiwang

Update start.sh

1 parent 69ddcc14
Showing with 2 additions and 4 deletions
...@@ -8,19 +8,17 @@ go_proxy_server=http://goproxy.seetatech.com ...@@ -8,19 +8,17 @@ go_proxy_server=http://goproxy.seetatech.com
oss_path=/root/ossfs oss_path=/root/ossfs
oss_project_name=private_archive oss_project_name=private_archive
kpl_version=$10
seetaas_deploy_archive=$1 seetaas_deploy_archive=$1
private_apt_debs=$2 private_apt_debs=$2
configmap_kpl_archive=$3 configmap_kpl_archive=$3
private_images_archive=$4 private_images_archive=$4
autodl_core_branch=$5 autodl_core_branch=$5
kpl_frontend_branch=$6 kpl_frontend_branch=$6
kpl_backend_branch=$7 kpl_backend_branch=$7
kpl_stream_branch=$8 kpl_stream_branch=$8
kpl_launcher_branch=$9 kpl_launcher_branch=$9
kpl_version=$10
sed_proxy() sed_proxy()
{ {
...@@ -81,7 +79,7 @@ kpl_stream ...@@ -81,7 +79,7 @@ kpl_stream
kpl_launcher kpl_launcher
} }
echo $kpl_version && sleep 4
################################### ###################################
echo "开始执行seetaas代码打包" echo "开始执行seetaas代码打包"
#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!