Merge Ci test branch fixes #717

Merged
telackey merged 67 commits from ci-test into main 2024-01-30 18:18:08 +00:00
Showing only changes of commit 223aacb16f - Show all commits

View File

@ -4,4 +4,4 @@
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
project_dir=${CERC_REPO_BASE_DIR}/lighthouse
docker build -t cerc/lighthouse-cli:local -f ${project_dir}/lcli/Dockerfile ${build_command_args} ${project_dir}
docker build -t cerc/lighthouse-cli:local --build-arg PORTABLE=true -f ${project_dir}/lcli/Dockerfile ${build_command_args} ${project_dir}