diff --git a/gitlab/githelper.py b/gitlab/githelper.py index 859ed54..26bf3be 100644 --- a/gitlab/githelper.py +++ b/gitlab/githelper.py @@ -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' %