This commit is contained in:
aozhiwei 2018-09-21 19:45:00 +08:00
parent f86d78fdca
commit 3b3914844e

View File

@ -27,7 +27,6 @@ for proj in projects:
os.system('cd repository/%s/%s && git pull' % (path, name))
os.system('cd repository/%s/%s && git submodule init' % (path, name))
os.system('cd repository/%s/%s && git submodule update' % (path, name))
continue
submodules = os.listdir('repository/%s/%s/third_party' % (path, name))
for module_name in submodules:
os.system('cd repository/%s/%s/third_party/%s && git checkout master && git pull' %