Skip to content

Commit

Permalink
Hue [py3] Perform any other container build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ranade1 committed Mar 16, 2022
1 parent ddf0795 commit ec6df26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/container/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ else
hue_containers_build

# Perform any other container build process
#extra_container_build=$(find_extra_container_to_build)
#if test -n "$extra_container_build"; then
# $extra_container_build
#fi
extra_container_build=$(find_extra_container_to_build)
if test -n "$extra_container_build"; then
$extra_container_build
fi

# Wait for the parallel jobs to finish
wait_for_parallel_jobs
Expand Down

0 comments on commit ec6df26

Please sign in to comment.