From 6ce272b5ed39cf6a716228f89e74372e1f96caa7 Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Thu, 22 Aug 2019 13:25:25 +1000 Subject: [PATCH 1/2] DCD-590: Add .idea folder to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b00a07d..64c8c51 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ __pycache__ *.pyc /.venv \#*\# +.idea \ No newline at end of file From 1032746856e043939755b4a6d16cdf74e25f8fea Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Thu, 22 Aug 2019 13:27:53 +1000 Subject: [PATCH 2/2] DCD-590: Increase docker service memory limit to 3072 --- bitbucket-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6c91d66..6b5f0dd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,6 +2,11 @@ image: atlassian/default-image:2 +definitions: + services: + docker: + memory: 3072 + pipelines: default: - step: