Skip to content

Commit

Permalink
add debug info for patial
Browse files Browse the repository at this point in the history
  • Loading branch information
dummygithubaccount committed Jan 24, 2024
1 parent fa12237 commit 230e199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/scm_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ def setup(
branch=cicd_tool_params["branch"],
)

logger.info(f"setup {cicd_tool_params=}")

return cicd_tool_params, repo_params


Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 230e199

Please sign in to comment.