From 3b4b1f2fa9000e36e3782d838c75d4422f6cc5a9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 10 Dec 2024 16:08:31 +0100 Subject: [PATCH] ci(azure-pipelines): tweak PROJECT_DIR and MOUNT_DIR --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 2a67c6026..574c669e1 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -41,8 +41,8 @@ jobs: --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 --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 PROJECT_DIR=. - --build-arg MOUNT_DIR=. + --build-arg PROJECT_DIR=/fradrive + --build-arg MOUNT_DIR=/mnt/fradrive # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'