ci(azure-pipelines): add debug info
This commit is contained in:
parent
44b84e1e83
commit
f3d0c3e2a8
@ -93,12 +93,14 @@ jobs:
|
||||
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
||||
endpoint: devfra
|
||||
env:
|
||||
FRADRIVE_MAKE_TARGET: --compile-frontend
|
||||
PROJECT_DIR: /fradrive
|
||||
IN_CONTAINER: true
|
||||
IN_CI: true
|
||||
steps:
|
||||
- checkout: self
|
||||
- script: make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR}
|
||||
- script: |
|
||||
cat .npmrc
|
||||
make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
||||
name: frontendCompile
|
||||
- task: Bash@3
|
||||
name: frontendTest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user