mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
20240620_165909
This commit is contained in:
parent
e3c9c9dd92
commit
91c97730cf
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ pipelines:
|
||||||
branches:
|
branches:
|
||||||
master: # Trigger this for any pushes to the master branch.
|
master: # Trigger this for any pushes to the master branch.
|
||||||
- step:
|
- step:
|
||||||
name: Buildpack
|
name: DockerBuild
|
||||||
|
size: 2x # 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.
|
||||||
|
|
Loading…
Reference in a new issue