mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(build): ♻🔨 bump fetchDepth
This commit is contained in:
parent
42d3ab86c4
commit
ddc9d2d77a
5 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ pool:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
fetchDepth: 5
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: stage reverse-proxy config files
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
fetchDepth: 5
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
fetchDepth: 5
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ pool:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
fetchDepth: 5
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: stage files
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 2
|
||||
fetchDepth: 5
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue