From d02024138f5df552f9499770db6b2fdcbe270159 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 02:30:12 +0100 Subject: [PATCH] ci(azure-pipelines): add PROJECT_DIR to make-call for frontend compile --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 80169ee6e..1fe547299 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -89,7 +89,7 @@ jobs: inputs: targetType: inline script: | - make -- --compile-frontend IN_CONTAINER=true + make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest displayName: Test frontend