ci(azure-pipelines): remove npm tasks for frontend compile
This commit is contained in:
parent
42b1a8fcfe
commit
64a8c0dee0
@ -83,32 +83,13 @@ jobs:
|
|||||||
containerRegistry: devFra
|
containerRegistry: devFra
|
||||||
|
|
||||||
- job: CompileFrontend
|
- job: CompileFrontend
|
||||||
|
dependsOn: BuildFrontendImage
|
||||||
|
condition: succeeded()
|
||||||
container:
|
container:
|
||||||
image: devfra.azurecr.io/de.fraport.build/npm:node-20
|
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
||||||
endpoint: devfra
|
endpoint: devfra
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- task: Npm@1
|
|
||||||
name: frontendInstall
|
|
||||||
displayName: Install node_modules
|
|
||||||
inputs:
|
|
||||||
command: 'install'
|
|
||||||
workingDir: '$(Build.Repository.LocalPath)'
|
|
||||||
verbose: true
|
|
||||||
- task: Npm@1
|
|
||||||
name: frontendBuild
|
|
||||||
displayName: Build frontend resources
|
|
||||||
inputs:
|
|
||||||
command: 'custom'
|
|
||||||
customCommand: 'build'
|
|
||||||
workingDir: '$(Build.Repository.LocalPath)'
|
|
||||||
- task: Bash@3
|
|
||||||
name: debugPrints
|
|
||||||
inputs:
|
|
||||||
targetType: inline
|
|
||||||
script: |
|
|
||||||
ls -a .
|
|
||||||
ls -a $(Build.Repository.LocalPath)
|
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
name: compileFrontend
|
name: compileFrontend
|
||||||
displayName: Compile frontend
|
displayName: Compile frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user