Skip to content
Snippets Groups Projects
Commit be77c38c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Make kolla-build list-dependencies option work"

parents c8950340 843f934e
No related branches found
No related tags found
No related merge requests found
......@@ -933,6 +933,7 @@ def run_build():
if conf.list_dependencies:
kolla.build_image_list()
kolla.find_parents()
kolla.filter_images()
kolla.list_dependencies()
return
......
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