ci(azure-pipelines): set make target via env for testing

This commit is contained in:
Sarah Vaupel 2025-01-17 18:05:07 +01:00
parent a9fd747469
commit 999724dc85

View File

@ -79,6 +79,8 @@ jobs:
container:
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
endpoint: devfra
env:
FRADRIVE_MAKE_TARGET: --compile-frontend
steps:
- checkout: self
- task: Bash@3