Skip to content

Commit

Permalink
Increase the heuristic fetchDepth value to 20 for the combined repo (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Dec 11, 2019
1 parent de12f85 commit a6ce904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/checkout-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 5
fetchDepth: 20

- script: git bundle create $(Build.StagingDirectory)/Checkout.bundle HEAD
displayName: Create Checkout.bundle
Expand Down

0 comments on commit a6ce904

Please sign in to comment.