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