add support for submodules (#173)
This commit is contained in:
@ -7,6 +7,8 @@ export interface IGitSourceSettings {
|
||||
clean: boolean
|
||||
fetchDepth: number
|
||||
lfs: boolean
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
Reference in New Issue
Block a user