Double the pipelines in yml file

edited online with Bitbucket
This commit is contained in:
gandhimathi 2020-01-14 05:24:24 +00:00
parent b2a96df9d4
commit 866ebce95b

View File

@ -11,6 +11,7 @@ pipelines:
- step: - step:
caches: caches:
- node - node
size: 2x # Double resources available for this step.
script: # Modify the commands below to build your repository. script: # Modify the commands below to build your repository.
- cd ng6-seed - cd ng6-seed
- npm install - npm install