feat(edge): add option to allow always clone git repository [BE-12240] (#1215)

pull/12567/merge
Oscar Zhou 2025-09-17 18:25:42 +12:00 committed by GitHub
parent 16f210966b
commit eedf37d18a
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ type (
// Is relative path supported
SupportRelativePath bool
// AlwaysCloneGitRepoForRelativePath is a flag indicating if the agent must always clone the git repository for relative path.
// This field is only valid when SupportRelativePath is true.
// Used only for EE
AlwaysCloneGitRepoForRelativePath bool
// Mount point for relative path
FilesystemPath string
// Used only for EE