Skip to content

Commit c35e2a3

Browse files
committed
dockerized_execution.py: drop stale reference-clones mention in comment
Reference clones are being removed from 2.5.0 entirely, so the comment no longer applies. Jira: CMK-33523 Change-Id: I439021edd81bd7e8c1b8c4651453840d55749e5e
1 parent 4bfb6a2 commit c35e2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testlib/script_helpers/dockerized_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _git_repos() -> Mapping[str, DockerBind]:
508508
checkout_dir = repo_path()
509509
return {
510510
**{
511-
# This ensures that we can also work with git-worktrees and reference clones.
511+
# This ensures that we can also work with git-worktrees.
512512
# For this, the original git repository needs to be mapped into the container as well.
513513
path: DockerBind(bind=path, mode="ro")
514514
for path in git_essential_directories(checkout_dir)

0 commit comments

Comments
 (0)