This commit is contained in:
aozhiwei 2019-03-20 10:55:45 +08:00
parent 0fe613a850
commit 23026cb4e2

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/game2001_proto/scripts svn update ~/opensource/game2001_proto/resources/
cp -f server/tools/protobuild/cs_*.proto ~/opensource/game2001_proto/scripts cp -f server/tools/protobuild/cs_*.proto ~/opensource/game2001_proto/resources/
svn commit -m '同步协议' ~/opensource/game2001_proto/scripts svn commit -m '同步协议' ~/opensource/game2001_proto/resources/
fi fi