pipeline: split out downloading from building
Separate the downloading form the actual building, so that in the future one could only download artifacts needed to build images.
This commit is contained in:
parent
2d4bc41cfc
commit
20c3290460
2 changed files with 7 additions and 3 deletions
|
|
@ -134,6 +134,9 @@ def osbuild_cli():
|
|||
try:
|
||||
output_directory = args.output_directory
|
||||
with ObjectStore(args.store) as object_store:
|
||||
|
||||
manifest.download(object_store, args.libdir)
|
||||
|
||||
r = manifest.build(
|
||||
object_store,
|
||||
monitor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue