ci(azure-pipelines): add PROJECT_DIR to make-call for frontend compile
This commit is contained in:
parent
999724dc85
commit
d02024138f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user