add nosync deal
This commit is contained in:
parent
e72ffefa32
commit
379a175fe7
@ -5,6 +5,11 @@ if [ $? -eq 0 ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ -f ".nosync" ]]; then
|
||||
echo "nosync proto"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
git branch|grep -q "* master"
|
||||
if [ $? -eq 0 ]; then
|
||||
svn update ../client_proto/resources/
|
||||
|
Loading…
x
Reference in New Issue
Block a user