Skip to content

Commit

Permalink
Create oss output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Feb 27, 2025
1 parent 968f4b0 commit c8ba7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oss/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ function do_component()

component_output_dir="$script_dir/../oss-output/$component"

mkdir -p $component_output_dir

msg "Processing component ${GREEN}$component${NOFORMAT}..."

if [ ! -d "$component_dir" ]; then
Expand Down

0 comments on commit c8ba7c7

Please sign in to comment.