From 230e199811e2af15dd6ba7ce5e3ab5ff2802b7a5 Mon Sep 17 00:00:00 2001 From: Dummy Date: Wed, 24 Jan 2024 18:52:41 +0200 Subject: [PATCH] add debug info for patial --- images/scm_scan.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/scm_scan.py b/images/scm_scan.py index 4769733..9a2fb94 100644 --- a/images/scm_scan.py +++ b/images/scm_scan.py @@ -443,6 +443,8 @@ def setup( branch=cicd_tool_params["branch"], ) + logger.info(f"setup {cicd_tool_params=}") + return cicd_tool_params, repo_params @@ -865,6 +867,7 @@ def run_lightz( excludes: List[str], partial: bool = False, ) -> None: + logger.info(f"run_lightz {partial=}") download_lightz( host=host, client_id=client_id,