Fix the lake_build.sh script to expand the arguments to lake build with the eval command.
Previously, passing multiple arguments to lake build via the build-args configuration input caused errors
because the lake_build.sh script passed all the arguments as one string.
Add functional test for build-args input with case for single and multiple arguments to lake build.
Fix the
lake_build.sh
script to expand the arguments tolake build
with theeval
command.Previously, passing multiple arguments to
lake build
via thebuild-args
configuration input caused errors because thelake_build.sh
script passed all the arguments as one string.Add functional test for
build-args
input with case for single and multiple arguments to lake build.Closes #108