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: