From 1d88e98fb45c204039a8611846da98d374a0ae6e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 15:23:55 +0100 Subject: [PATCH] ci(azure-pipelines): add PROJECT_DIR to env per-task --- azure-pipelines.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 1e6fc20ba..7282c085e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -85,6 +85,7 @@ jobs: HTTP_PROXY: http://proxy.frankfurt-airport.de:8080 NO_PROXY: 'localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' FRAPORT_NOPROXY: 'dev.azure.com,*.dev.azure.com,*.fraport.de,*.frankfurt-airport.de' + PROJECT_DIR: $(Build.Repository.LocalPath) inputs: targetType: inline script: | @@ -97,6 +98,8 @@ jobs: - task: Bash@3 name: frontendCompile displayName: Compile frontend + env: + PROJECT_DIR: $(Build.Repository.LocalPath) inputs: targetType: inline script: |