mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove duplicate task addition
This commit is contained in:
parent
387aa62750
commit
977b1f290f
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ def tasks(tasklist, manifest):
|
||||||
cleanup.ClearMOTD,
|
cleanup.ClearMOTD,
|
||||||
cleanup.CleanTMP,
|
cleanup.CleanTMP,
|
||||||
|
|
||||||
loopback.MoveImage,
|
loopback.MoveImage)
|
||||||
workspace.DeleteWorkspace)
|
|
||||||
|
|
||||||
if manifest.bootstrapper.get('tarball', False):
|
if manifest.bootstrapper.get('tarball', False):
|
||||||
tasklist.add(bootstrap.MakeTarball)
|
tasklist.add(bootstrap.MakeTarball)
|
||||||
|
|
Loading…
Add table
Reference in a new issue