diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index dcc46a56f..42e4fea44 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -26,4 +26,10 @@ pipelines: S3_BUCKET: 'autodeploy001' LOCAL_PATH: $(pwd) DELETE_FLAG: 'true' + services: + - docker +definitions: + services: + docker: + memory: 2048 \ No newline at end of file