From 6abca1c912a98530182a39c1f2bf03bb3215c45d Mon Sep 17 00:00:00 2001 From: Barry Matheney Date: Fri, 21 Jun 2024 12:32:22 -0400 Subject: [PATCH] 20240621_123222 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 89625c782..154dea343 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,7 +5,7 @@ pipelines: master: # Trigger this for any pushes to the master branch. - step: name: DockerBuild - size: 4x # Increase memory by using a larger build container + size: 2x # Increase memory by using a larger build container trigger: automatic # caches: # - maven # Cache any dependencies we download, speeds up build times.