ci(azure-pipelines): fix debug info
This commit is contained in:
parent
6c2b57ca4c
commit
5e30ae8b5f
@ -101,7 +101,7 @@ jobs:
|
|||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
make -- frontend/src/env.sass IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
make -- frontend/src/env.sass IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
||||||
cat .npmrc
|
cat frontend/src/env.sass
|
||||||
make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
name: frontendTest
|
name: frontendTest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user