From a24082962d2f1bd4ca2abaff3005ab19b2cc9933 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 10:45:03 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 59592c7..549d083 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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