20240621_065616

This commit is contained in:
Barry Matheney 2024-06-21 06:56:16 -04:00
parent 91c97730cf
commit b4b46ed14a

View file

@ -5,7 +5,7 @@ pipelines:
master: # Trigger this for any pushes to the master branch. master: # Trigger this for any pushes to the master branch.
- step: - step:
name: DockerBuild name: DockerBuild
size: 2x # Increase memory by using a larger build container size: 4x # Increase memory by using a larger build container
trigger: automatic trigger: automatic
# caches: # caches:
# - maven # Cache any dependencies we download, speeds up build times. # - maven # Cache any dependencies we download, speeds up build times.