1
This commit is contained in:
parent
f86d78fdca
commit
3b3914844e
@ -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' %
|
||||
|
Loading…
x
Reference in New Issue
Block a user