ci(azure-pipelines): set make target via env for testing
This commit is contained in:
parent
a9fd747469
commit
999724dc85
@ -79,6 +79,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
||||||
endpoint: devfra
|
endpoint: devfra
|
||||||
|
env:
|
||||||
|
FRADRIVE_MAKE_TARGET: --compile-frontend
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
|
|||||||
Reference in New Issue
Block a user