make /run/osbuild in the pipeline class

This commit is contained in:
Martin Sehnoutka 2019-07-11 11:20:58 +02:00 committed by Lars Karlitski
parent 6fb843f7f6
commit a837cc5e82
2 changed files with 1 additions and 2 deletions

View file

@ -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": []
}