diff --git a/reverse-proxy/azure-pipelines.yaml b/reverse-proxy/azure-pipelines.yaml index 01916de5e..6db71fba0 100644 --- a/reverse-proxy/azure-pipelines.yaml +++ b/reverse-proxy/azure-pipelines.yaml @@ -12,7 +12,7 @@ pool: steps: - checkout: self - fetchDepth: 100 + fetchDepth: 2 - task: CopyFiles@2 displayName: stage files diff --git a/services/Directory/azure-pipelines.api.yaml b/services/Directory/azure-pipelines.api.yaml index c51d54a28..8b783260f 100644 --- a/services/Directory/azure-pipelines.api.yaml +++ b/services/Directory/azure-pipelines.api.yaml @@ -49,7 +49,7 @@ variables: steps: - checkout: self - fetchDepth: 100 + fetchDepth: 2 - task: Docker@2 displayName: build diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 7a366b07b..a7cb178a9 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -21,7 +21,7 @@ variables: steps: - checkout: self - fetchDepth: 100 + fetchDepth: 2 - task: Docker@2 displayName: build