update configure to only consume config

This commit is contained in:
Xi Yan 2024-09-11 10:59:41 -07:00
parent 987e1cafc4
commit 6aa44805c2
4 changed files with 13 additions and 36 deletions

View file

@ -119,6 +119,7 @@ def build_package(
distribution_type,
package_name,
package_deps.docker_image,
str(package_file),
" ".join(package_deps.pip_packages),
]
else:
@ -129,6 +130,7 @@ def build_package(
script,
distribution_type,
package_name,
str(package_file),
" ".join(package_deps.pip_packages),
]