Merge "Fix regression in build-script"
This commit is contained in:
@@ -299,7 +299,7 @@ class KollaWorker(object):
|
|||||||
images_to_process.append(image)
|
images_to_process.append(image)
|
||||||
added = True
|
added = True
|
||||||
else:
|
else:
|
||||||
images_to_process = self.images
|
images_to_process = list(self.images)
|
||||||
|
|
||||||
self.tiers = list()
|
self.tiers = list()
|
||||||
while images_to_process:
|
while images_to_process:
|
||||||
|
|||||||
Reference in New Issue
Block a user