Tatyana Kostromskaya hai 1 ano
pai
achega
e1b7fe15cf
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      dist/index.js
  2. 1 0
      src/git-source-provider.ts

+ 1 - 0
dist/index.js

@@ -1261,6 +1261,7 @@ function getSource(settings) {
             else {
                 fetchOptions.fetchDepth = settings.fetchDepth;
                 fetchOptions.fetchTags = settings.fetchTags;
+                fetchOptions.showProgress = settings.showProgress;
                 const refSpec = refHelper.getRefSpec(settings.ref, settings.commit);
                 yield git.fetch(refSpec, fetchOptions);
             }

+ 1 - 0
src/git-source-provider.ts

@@ -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)
     }