Commit 6144e2b4 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent 866a1344
...@@ -7,7 +7,7 @@ public_ip=$5 ...@@ -7,7 +7,7 @@ public_ip=$5
set timeout 1200 set timeout 1200
ip=192.168.4.$ip_last ip=192.168.4.$ip_last
echo "参数为: echo "参数为:
init_shell_script: ${init_shell_script} #init_shell_script: ${init_shell_script}
ip : ${ip} ip : ${ip}
project_name : ${project_name} project_name : ${project_name}
branch_name : ${branch_name} branch_name : ${branch_name}
...@@ -54,7 +54,7 @@ else ...@@ -54,7 +54,7 @@ else
expect \"]#\" expect \"]#\"
send \"cd /home/qa-deploy-utils/qa_shell_script\r\" send \"cd /home/qa-deploy-utils/qa_shell_script\r\"
expect \"]#\" expect \"]#\"
send \"sh deploy_project_by_type $project_type $branch_name $public_ip\r\" send \"sh deploy_project_by_type.sh $project_type $branch_name $public_ip\r\"
expect \"]#\" expect \"]#\"
send \"exit\r\" send \"exit\r\"
expect eof;" 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