From 6acaa3f796ffe54e019d54cee8f22ae37e1a687d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 20 Dec 2024 16:19:58 +0100 Subject: [PATCH] ci(azure-pipelines): use Pipeline.Workspace instead of Build.Repository.LocalPath --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 542114d40..cb5bdb04b 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=$(Build.Repository.LocalPath) + --build-arg MOUNT_DIR=$(Pipeline.Workspace) # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'