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:
master:
- step: - step:
caches: script:
- node - echo 'Master Test'
script: # Modify the commands below to build your repository. #caches:
- npm install #- node
- npm install -g @angular/cli #script: # Modify the commands below to build your repository.
- ng build #- npm install
#- npm install -g @angular/cli
#- ng build