mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(reverse-proxy): ♻🔨 shallow-fetch
This commit is contained in:
parent
415a50ca78
commit
f759313516
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: stage files
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue