mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Refactor parseGitURL to consolidate code paths, improve error handling
This commit is contained in:
@@ -188,14 +188,6 @@ resources:
|
||||
kustomization: `
|
||||
resources:
|
||||
- file://$ROOT/simple.git?timeout=500
|
||||
`,
|
||||
expected: simpleBuild,
|
||||
},
|
||||
{
|
||||
name: "triple slash absolute path",
|
||||
kustomization: `
|
||||
resources:
|
||||
- file:///$ROOT/simple.git
|
||||
`,
|
||||
expected: simpleBuild,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user