Commit 45314919 authored by tywldx's avatar tywldx

f

parent 27491f26
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Data TianYaWei 20171117 # Data TianYaWei 20171117
function changeGitFile() function changeGitFile()
{ {
echo $1
echo $2
cd /home/quant_group/$1 cd /home/quant_group/$1
git remote set-url origin $2 git remote set-url origin $2
...@@ -14,5 +12,6 @@ items=`node /home/qa-deploy-utils/qa_shell_script/config_server/get_project_conf ...@@ -14,5 +12,6 @@ items=`node /home/qa-deploy-utils/qa_shell_script/config_server/get_project_conf
for item in $items for item in $items
do do
var=${item//|/ } var=${item//|/ }
echo "$var"
changeGitFile $2 changeGitFile $2
done done
\ No newline at end of file
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