From c7d59a5d41765e51ba8f23d18ea7733c2096bd7c Mon Sep 17 00:00:00 2001 From: Evandre Silva <47608734+evandresilva@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:33:44 +0100 Subject: [PATCH] increase docker service memmory 512 --- bitbucket-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 557591c4d..31a30d22b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,12 +1,14 @@ definitions: services: docker: - memory: 2048 + memory: 512 pipelines: branches: developer: - step: name: 'Build Images and push to Docker hub' + caches: + - node script: - export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7) - export IMAGE_NAME=gabinetedigital/gdsite:$BITBUCKET_COMMIT_SHORT