mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(build): ⚡ shrink fetch-depth to 2
This commit is contained in:
parent
84d194df20
commit
99284e1907
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ pool:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 100
|
||||
fetchDepth: 2
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: stage files
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 100
|
||||
fetchDepth: 2
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 100
|
||||
fetchDepth: 2
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue