feat: Create RunDriver (#196)
This will be used for running containers for various tasks. There will be a way to take all output from the process and a way to display output from a running container like our builds have.
This commit is contained in:
parent
1a348f8137
commit
784be9869a
16 changed files with 510 additions and 98 deletions
|
|
@ -77,7 +77,7 @@ impl BlueBuildCommand for GenerateCommand {
|
|||
.build_driver(self.drivers.build_driver)
|
||||
.inspect_driver(self.drivers.inspect_driver)
|
||||
.build()
|
||||
.init()?;
|
||||
.init();
|
||||
|
||||
self.template_file()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue