From aa44d6fe9cb03383984f53e8e369b9386731d6c4 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 02:59:17 +0100 Subject: [PATCH] ci(azure-pipelines): add env vars to frontend container --- azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 943c9bd86..1f818600e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -82,6 +82,8 @@ jobs: endpoint: devfra env: FRADRIVE_MAKE_TARGET: --compile-frontend + PROJECT_DIR: /fradrive + IN_CONTAINER: true steps: - checkout: self - task: Bash@3