bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
gandhimathi 2020-01-13 10:45:03 +00:00
parent 50a6375b52
commit a24082962d

View File

@ -6,11 +6,14 @@
image: node:10.15.3 image: node:10.15.3
pipelines: pipelines:
default: branches:
- step: master:
caches: - step:
- node script:
script: # Modify the commands below to build your repository. - echo 'Master Test'
- npm install #caches:
- npm install -g @angular/cli #- node
- ng build #script: # Modify the commands below to build your repository.
#- npm install
#- npm install -g @angular/cli
#- ng build