From 9aa1de6a4aac7c4031f79d5d477fad14138a40cf Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 9 Jan 2025 16:24:07 +0100 Subject: [PATCH] ci(azure-pipelines): change mount dir to work dir as reported from previous runs --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 0bdf92483..7a3128161 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -42,7 +42,7 @@ 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=/work/1 + --build-arg MOUNT_DIR=/agent/_work/1/s/ # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'