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