Commit 6a2c6a5f authored by tywldx's avatar tywldx

fix

parent 821a862f
#/bin/bash #/bin/bash
#20170801
function changeGitFile() function changeGitFile()
{ {
cd /home/quant_group/gu-bei cd /home/quant_group/gu-bei
......
#!/bin/bash
#重新发布 rabbitmq
#/bin/bash
# Data TianYaWei 20171117
function changeGitFile()
{
echo $1
echo $2
cd /home/quant_group/$1
git remote set-url origin $2
}
items=`node /home/qa-deploy-utils/qa_shell_script/config_server/get_project_config.js -type multi -attr git_path`
for item in $items
do
var=${item//|/ }
changeGitFile $2
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