Skip to content

Commit 7a7d9a1

Browse files
committed
fix(e2e): assert mirror path under projects root cache
1 parent 5a3a48d commit 7a7d9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e/clone-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ mkdir -p "$ROOT/.orch/auth/codex" "$ROOT/.orch/env"
152152

153153
run_clone_case "first" "0"
154154

155-
MIRROR_ROOT="$ROOT/.docker-git/.cache/git-mirrors"
155+
MIRROR_ROOT="$ROOT/.cache/git-mirrors"
156156
[[ -d "$MIRROR_ROOT" ]] || fail "expected mirror root directory to exist: $MIRROR_ROOT"
157157

158158
mapfile -t MIRRORS < <(find "$MIRROR_ROOT" -mindepth 1 -maxdepth 1 -type d -name "*.git" | sort)

0 commit comments

Comments
 (0)