diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d54f804a7..547c118ce 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -43,7 +43,7 @@ jobs: --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell --build-arg MOUNT_DIR=/mnt/fradrive - --mount $(Build.Repository.LocalPath):/mnt/fradrive + -v $(Build.Repository.LocalPath):/mnt/fradrive # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'