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