bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
50a6375b52
commit
a24082962d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user