mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build: 🔨⚡ shallow fetch for build
This commit is contained in:
parent
51cdf4bb4f
commit
0abf3e6b97
2 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ variables:
|
|||
DOCKER_BUILDKIT: 1
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- task: DockerCompose@0
|
||||
displayName: build
|
||||
inputs:
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ variables:
|
|||
DOCKER_BUILDKIT: 1
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- task: Docker@2
|
||||
displayName: build
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue