Remove predecessor task (copypasta mistake)

This commit is contained in:
Anders Ingemann 2015-12-13 12:34:09 +01:00
parent 9d0356f4fa
commit 058d954120

View file

@ -1,13 +1,11 @@
from bootstrapvz.base import Task
from bootstrapvz.common import phases
from bootstrapvz.common.tasks import image
from bootstrapvz.common.tools import log_check_call
class CreateImage(Task):
description = 'Creating docker image'
phase = phases.image_registration
predecessors = [image.MoveImage]
@classmethod
def run(cls, info):