From 91c97730cf5f238c904feabc59f253dd0f045c05 Mon Sep 17 00:00:00 2001 From: Barry Matheney Date: Thu, 20 Jun 2024 16:59:09 -0400 Subject: [PATCH] 20240620_165909 --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a85bf68a8..154dea343 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,7 +4,8 @@ pipelines: branches: master: # Trigger this for any pushes to the master branch. - step: - name: Buildpack + name: DockerBuild + size: 2x # Increase memory by using a larger build container trigger: automatic # caches: # - maven # Cache any dependencies we download, speeds up build times.