refactor(build): ♻🔨 bump fetchDepth

This commit is contained in:
Collin M. Barrett 2020-10-21 07:32:40 -05:00
parent 42d3ab86c4
commit ddc9d2d77a
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ pool:
steps:
- checkout: self
fetchDepth: 2
fetchDepth: 5
- task: CopyFiles@2
displayName: stage reverse-proxy config files

View file

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

View file

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

View file

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

View file

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