mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove predecessor task (copypasta mistake)
This commit is contained in:
parent
9d0356f4fa
commit
058d954120
1 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue