From 0abf3e6b97f87d60e344d34b269bec7eaaefc339 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 1 Sep 2020 06:31:54 -0500 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=94=A8=E2=9A=A1=20shallow=20fetc?= =?UTF-8?q?h=20for=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/directory/azure-pipelines.api.yaml | 3 +++ web/azure-pipelines.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/services/directory/azure-pipelines.api.yaml b/services/directory/azure-pipelines.api.yaml index f0ae913c9..bd6cc072c 100644 --- a/services/directory/azure-pipelines.api.yaml +++ b/services/directory/azure-pipelines.api.yaml @@ -40,6 +40,9 @@ variables: DOCKER_BUILDKIT: 1 steps: + - checkout: self + fetchDepth: 1 + - task: DockerCompose@0 displayName: build inputs: diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 21e5852c9..d8ff92014 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -20,6 +20,9 @@ variables: DOCKER_BUILDKIT: 1 steps: + - checkout: self + fetchDepth: 1 + - task: Docker@2 displayName: build inputs: