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