This commit is contained in:
aozhiwei 2019-03-20 10:35:14 +08:00
parent 5e5e0a9a51
commit 0fe613a850

View File

@ -15,7 +15,7 @@ fi
git branch|grep -q "* master" git branch|grep -q "* master"
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
svn update ~/opensource/game1008_proto svn update ~/opensource/game2001_proto/scripts
cp -f server/tools/protobuild/cs_*.proto ~/opensource/game1008_proto cp -f server/tools/protobuild/cs_*.proto ~/opensource/game2001_proto/scripts
svn commit -m '同步协议' ~/opensource/game1008_proto svn commit -m '同步协议' ~/opensource/game2001_proto/scripts
fi fi