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