From 3b3914844ed94bf5b5fb1411995d5a64463c06ac Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 21 Sep 2018 19:45:00 +0800 Subject: [PATCH] 1 --- gitlab/githelper.py | 1 - 1 file changed, 1 deletion(-) 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' %