|
@@ -177,6 +177,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
|
|
} else {
|
|
|
fetchOptions.fetchDepth = settings.fetchDepth
|
|
|
fetchOptions.fetchTags = settings.fetchTags
|
|
|
+ fetchOptions.showProgress = settings.showProgress
|
|
|
const refSpec = refHelper.getRefSpec(settings.ref, settings.commit)
|
|
|
await git.fetch(refSpec, fetchOptions)
|
|
|
}
|