From ddc9d2d77a56c411b29168045e6b98760e9acc59 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 21 Oct 2020 07:32:40 -0500 Subject: [PATCH] =?UTF-8?q?refactor(build):=20=E2=99=BB=F0=9F=94=A8=20bump?= =?UTF-8?q?=20fetchDepth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reverse-proxy/azure-pipelines.yaml | 2 +- services/Archival/azure-pipelines.api.yaml | 2 +- services/Directory/azure-pipelines.api.yaml | 2 +- services/azure-pipelines.api-docs.yaml | 2 +- web/azure-pipelines.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reverse-proxy/azure-pipelines.yaml b/reverse-proxy/azure-pipelines.yaml index b11909518..3c6d9cb6d 100644 --- a/reverse-proxy/azure-pipelines.yaml +++ b/reverse-proxy/azure-pipelines.yaml @@ -17,7 +17,7 @@ pool: steps: - checkout: self - fetchDepth: 2 + fetchDepth: 5 - task: CopyFiles@2 displayName: stage reverse-proxy config files diff --git a/services/Archival/azure-pipelines.api.yaml b/services/Archival/azure-pipelines.api.yaml index 53e3aaab7..1ca04aa36 100644 --- a/services/Archival/azure-pipelines.api.yaml +++ b/services/Archival/azure-pipelines.api.yaml @@ -49,7 +49,7 @@ variables: steps: - checkout: self - fetchDepth: 2 + fetchDepth: 5 - task: Docker@2 displayName: build diff --git a/services/Directory/azure-pipelines.api.yaml b/services/Directory/azure-pipelines.api.yaml index c30462d06..8b358e862 100644 --- a/services/Directory/azure-pipelines.api.yaml +++ b/services/Directory/azure-pipelines.api.yaml @@ -51,7 +51,7 @@ variables: steps: - checkout: self - fetchDepth: 2 + fetchDepth: 5 - task: Docker@2 displayName: build diff --git a/services/azure-pipelines.api-docs.yaml b/services/azure-pipelines.api-docs.yaml index cd1c0505a..d03956a0d 100644 --- a/services/azure-pipelines.api-docs.yaml +++ b/services/azure-pipelines.api-docs.yaml @@ -17,7 +17,7 @@ pool: steps: - checkout: self - fetchDepth: 2 + fetchDepth: 5 - task: CopyFiles@2 displayName: stage files diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 128cc7bd3..4ef22cbff 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -31,7 +31,7 @@ variables: steps: - checkout: self - fetchDepth: 2 + fetchDepth: 5 - task: Docker@2 displayName: build