fix(sterni/blërg/git): correctly resolve relative repo paths
Change-Id: I2b3d5cf58494c29375eb406070d50fbe919a2097 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13127 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
84de750436
commit
defd2a811b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ converters ← ⍉>⟨
|
|||
PipelineCmd ← {⟨"pipeline"⟩∾(' '⊸∾¨𝕨)∾⟨""⟩∾𝕩}
|
||||
|
||||
GitBackend ← {𝕊 config:
|
||||
repo ← RelPath •file.At config j.ObjGet "repository"
|
||||
repo ← RelPath config j.ObjGet "repository"
|
||||
path ← ∾⟜'/' '/' StripRight config "." j._ObjGetDef "path"
|
||||
|
||||
# We use zero separated fields when dealing with paths, so quoting is unnecessary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue