瀏覽代碼

Hue [py3] Perform any other container build process

Prakash Ranade 4 年之前
父節點
當前提交
ec6df264d8
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      tools/container/build.sh

+ 4 - 4
tools/container/build.sh

@@ -194,10 +194,10 @@ else
   hue_containers_build
   hue_containers_build
 
 
   # Perform any other container build process
   # 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 the parallel jobs to finish
   wait_for_parallel_jobs
   wait_for_parallel_jobs