diff --git a/scripts/image-builder.sh b/scripts/image-builder.sh index 4f5590c..da39acb 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -617,7 +617,7 @@ build_image() { local config_file="$PROJECT_CONFIG_DIR/$project/config-file" load_project_config "$config_file" - ensure_logs_dir + #ensure_logs_dir local timestamp timestamp=$(date +"%Y%m%d_%H%M%S") local logfile="$LOGS_DIR/${project}_${timestamp}.log"