Commit b324d1f8 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent 821d5ad8
#!/bin/bash
sh 2_get_code_by_name.sh $project_name $branch_name
if [[ $? == 128 ]]; then
echo "Invalid argument to exit"
exit
fi
sh 3_link_config_file_by_name.sh $project_name $public_ip
sh 4_build_by_name.sh $project_name $public_ip
sh 5_restart_by_name.sh $project_name $public_ip
\ No newline at end of file
...@@ -63,9 +63,6 @@ else ...@@ -63,9 +63,6 @@ else
expect *ssword* { send !QAZ2wsx\r } expect *ssword* { send !QAZ2wsx\r }
expect \"]#\" expect \"]#\"
send \"cd /home/qa-deploy-utils/qa_shell_script\r\" send \"cd /home/qa-deploy-utils/qa_shell_script\r\"
expect \"]#\"
send \"sh 1_mount_config_files.sh\r\"
set timeout -1
expect \"]#\" expect \"]#\"
send \"sh 2_get_code_by_type.sh $project_type $branch_name\r\" send \"sh 2_get_code_by_type.sh $project_type $branch_name\r\"
set timeout -1 set timeout -1
......
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