From 2a51819b438660f72cafacfa312113ed937c90e7 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 13 Sep 2020 05:07:28 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=F0=9F=94=A8=20100x=20fetch?= =?UTF-8?q?=20depth=20so=20build=20server=20captures=20necessary=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reverse-proxy/azure-pipelines.yaml | 2 +- services/Directory/azure-pipelines.api.yaml | 2 +- web/azure-pipelines.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reverse-proxy/azure-pipelines.yaml b/reverse-proxy/azure-pipelines.yaml index d3dc670bc..01916de5e 100644 --- a/reverse-proxy/azure-pipelines.yaml +++ b/reverse-proxy/azure-pipelines.yaml @@ -12,7 +12,7 @@ pool: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: CopyFiles@2 displayName: stage files diff --git a/services/Directory/azure-pipelines.api.yaml b/services/Directory/azure-pipelines.api.yaml index a911b9e9d..0f5432daa 100644 --- a/services/Directory/azure-pipelines.api.yaml +++ b/services/Directory/azure-pipelines.api.yaml @@ -45,7 +45,7 @@ variables: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: Docker@2 displayName: build diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index c0b511da6..7a366b07b 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -21,7 +21,7 @@ variables: steps: - checkout: self - fetchDepth: 1 + fetchDepth: 100 - task: Docker@2 displayName: build