mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
add buildspec.yml file
This commit is contained in:
parent
26a71c04b0
commit
ff3fa8546f
1 changed files with 1 additions and 3 deletions
|
@ -4,12 +4,10 @@ phases:
|
||||||
install:
|
install:
|
||||||
runtime-versions:
|
runtime-versions:
|
||||||
java: corretto17
|
java: corretto17
|
||||||
commands:
|
|
||||||
- apt-get update -y
|
|
||||||
- apt-get install -y maven
|
|
||||||
pre_build:
|
pre_build:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuil
|
- echo Nothing to do in prebuil
|
||||||
|
- uname -a
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- echo Build started on `date`
|
- echo Build started on `date`
|
||||||
|
|
Loading…
Reference in a new issue