diff --git a/.ci/lib/common.py b/.ci/lib/common.py index d1df8096b..121a94c3f 100755 --- a/.ci/lib/common.py +++ b/.ci/lib/common.py @@ -76,6 +76,7 @@ def get_upstream_branch(): return channels_cfg[channel]["branch_pmaports"] +@cache def get_base_commit() -> str: """Get the base commit that can be compared with HEAD to get all commits in the given branch/merge request."""