make /run/osbuild in the pipeline class
This commit is contained in:
parent
6fb843f7f6
commit
a837cc5e82
2 changed files with 1 additions and 2 deletions
|
|
@ -243,6 +243,7 @@ class Pipeline:
|
|||
os.makedirs(objects, exist_ok=True)
|
||||
|
||||
def run(self, output_dir, interactive=False):
|
||||
os.makedirs("/run/osbuild", exist_ok=True)
|
||||
results = {
|
||||
"stages": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue