flake8
This commit is contained in:
parent
a6e4b6c62d
commit
24e6c689b0
@ -180,7 +180,6 @@ def build_container_image(app_record, tag, extra_build_args=[]):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
record_id = app_record["id"]
|
record_id = app_record["id"]
|
||||||
name = app_record.attributes.name.replace("@", "")
|
|
||||||
ref = app_record.attributes.repository_ref
|
ref = app_record.attributes.repository_ref
|
||||||
repo = random.choice(app_record.attributes.repository)
|
repo = random.choice(app_record.attributes.repository)
|
||||||
clone_dir = os.path.join(tmpdir, record_id)
|
clone_dir = os.path.join(tmpdir, record_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user