diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 764dc514a..f0b33be3a 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Sarah Vaupel +# SPDX-FileCopyrightText: 2024-2025 Sarah Vaupel # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -42,7 +42,8 @@ jobs: --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 --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=$(pwd) + --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) + --build-arg PROJECT_DIR=$(Build.Repository.LocalPath) # -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build # - job: BuildKitTest # container: