refactor(build): shrink fetch-depth to 2

This commit is contained in:
Collin M. Barrett 2020-09-14 14:09:34 -05:00
parent 84d194df20
commit 99284e1907
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pool:
steps:
- checkout: self
fetchDepth: 100
fetchDepth: 2
- task: CopyFiles@2
displayName: stage files

View file

@ -49,7 +49,7 @@ variables:
steps:
- checkout: self
fetchDepth: 100
fetchDepth: 2
- task: Docker@2
displayName: build

View file

@ -21,7 +21,7 @@ variables:
steps:
- checkout: self
fetchDepth: 100
fetchDepth: 2
- task: Docker@2
displayName: build