20240620_165909

This commit is contained in:
Barry Matheney 2024-06-20 16:59:09 -04:00
parent e3c9c9dd92
commit 91c97730cf

View file

@ -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.