Commit 074da6b9 by tingweiwang

Update start.sh

1 parent dd6c1b29
Showing with 4 additions and 4 deletions
......@@ -8,18 +8,19 @@ go_proxy_server=http://goproxy.seetatech.com
oss_path=/root/ossfs
oss_project_name=private_archive
kpl_version=$10
seetaas_deploy_archive=$1
private_apt_debs=$2
configmap_kpl_archive=$3
private_images_archive=$4
autodl_core_branch=$5
kpl_frontend_branch=$6
kpl_backend_branch=$7
kpl_stream_branch=$8
kpl_launcher_branch=$9
kpl_version=$10
sed_proxy()
{
find $seetaas_workspace -maxdepth 3 -type f -name Makefile |xargs sed -i s@go_proxy_server@$go_proxy_server@g
......@@ -78,8 +79,7 @@ kpl_backend
kpl_stream
kpl_launcher
}
echo ${kpl_version} && sleep 4
echo $kpl_version && sleep 4
###################################
echo "开始执行seetaas代码打包"
#build_seetaas
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!