diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 42e4fea44..04faa0c22 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: - cd ng6-seed - npm install - npm install -g @angular/cli - - npm run staging + - node --max_old_space_size=4000 node_modules/@angular/cli/bin/ng build --configuration=staging - ls -ltr - cd dist - pipe: atlassian/aws-s3-deploy:0.3.8 @@ -26,10 +26,4 @@ pipelines: S3_BUCKET: 'autodeploy001' LOCAL_PATH: $(pwd) DELETE_FLAG: 'true' - services: - - docker -definitions: - services: - docker: - memory: 2048 \ No newline at end of file