fix(cgit-taz): Depot checkout is no longer a bare repository
To be compatible with sync-gcsr, the `.git` folder must be referenced directly as there is an actual worktree on the filesystem now.
This commit is contained in:
parent
ba7a48af75
commit
2782a69a72
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ let
|
|||
|
||||
# Repository configuration
|
||||
repo.url=depot
|
||||
repo.path=/git/depot
|
||||
repo.path=/git/depot/.git
|
||||
repo.desc=tazjin's personal monorepo
|
||||
repo.owner=tazjin <tazjin@google.com>
|
||||
repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot
|
||||
|
|
Loading…
Reference in a new issue