Skip to content
Snippets Groups Projects
Commit b2f5db56 authored by Lars Bilke's avatar Lars Bilke
Browse files

Implemented --clean

parent c1f00bfb
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,9 @@ def main(): # pragma: no cover
'Ignoring!')
info = container_info(build, args)
if args.cleanup:
info.cleanup()
exit(0)
info.make_dirs()
# Create definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment