build: 🔨 shallow fetch for build

This commit is contained in:
Collin M. Barrett 2020-09-01 06:31:54 -05:00
parent 51cdf4bb4f
commit 0abf3e6b97
2 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,9 @@ variables:
DOCKER_BUILDKIT: 1
steps:
- checkout: self
fetchDepth: 1
- task: DockerCompose@0
displayName: build
inputs:

View file

@ -20,6 +20,9 @@ variables:
DOCKER_BUILDKIT: 1
steps:
- checkout: self
fetchDepth: 1
- task: Docker@2
displayName: build
inputs: