Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Ensure build directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed May 8, 2021
1 parent d582194 commit 4ff5892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def run_stage(stage: Path, environment, build_dir):

print("SR Image Builder")
print(f"Build directory: {args.build_dir}")
Path(args.build_dir).mkdir(parents=True, exist_ok=True)

stages = determine_stage_list()

Expand Down

0 comments on commit 4ff5892

Please sign in to comment.