Get the new build system working for enterprise
This commit is contained in:
parent
f93c0a46e8
commit
4322b5f81c
8 changed files with 319 additions and 55 deletions
|
@ -42,7 +42,7 @@ class BuildJob(object):
|
|||
|
||||
cached_tags = set(tags) & set([tag.name for tag in existing_tags])
|
||||
if cached_tags:
|
||||
return cached_tags[0]
|
||||
return list(cached_tags)[0]
|
||||
|
||||
return None
|
||||
|
||||
|
|
Reference in a new issue