Commit 6c534379 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent 5ab79a54
......@@ -19,10 +19,6 @@ function linkProjectConfig()
file=`node $config_server/get_project_config.js -name ${project} -attr config_file`
echo "----rm -rf /home/quant_group/${project}/$file"
if [ "$project_type" = "java" ]
then
mkdir /home/quant_group/${project}/target
fi
rm -rf /home/quant_group/${project}/$file
if $is_public_ip && [ -n "$is_public_ip" ]
......
......@@ -55,6 +55,7 @@ else
send \"cd /home/qa-deploy-utils/qa_shell_script\r\"
expect \"]#\"
send \"sh deploy_project_by_type.sh $project_type $branch_name $public_ip\r\"
set timeout -1
expect \"]#\"
send \"exit\r\"
expect eof;"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment