Commit 4a80a397 authored by 温海元's avatar 温海元

add git_path

parent b0c19ede
project_name=$1 project_name=$1
target_dir="/home/quant_group/${project_name}" target_dir="/home/quant_group/${project_name}"
git_path=`curl -s "${qaapi}/proconfig/get_info?system_name=${project_name}&key=git_path"`
if [ ! -d "$project_name" ];then if [ ! -d "$project_name" ];then
echo "not exist" echo "not exist"
......
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