ci(azure-pipelines): add env vars to frontend container

This commit is contained in:
Sarah Vaupel 2025-01-18 02:59:17 +01:00
parent 101890ac2a
commit aa44d6fe9c

View File

@ -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