mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix: 🐛🔨 100x fetch depth so build server captures necessary commits
This commit is contained in:
parent
a2ccdeb921
commit
2a51819b43
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ pool:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 100
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: stage files
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 100
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ variables:
|
|||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 100
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue