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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user