This commit is contained in:
aozhiwei 2018-09-21 19:46:37 +08:00
parent 3b3914844e
commit ff2b21926d

View File

@ -18,8 +18,8 @@ for proj in projects:
http_url_to_repo = proj['http_url_to_repo']
name = proj['name']
path = proj['namespace']['path']
# if path != 'publish' or not ('game1008' in name):
# continue
if path != 'publish':
continue
if not os.path.exists('repository/%s' % path):
os.mkdir('repository/%s' % (path))
if not os.path.exists('repository/%s/%s' % (path, name)):