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
ff850a8c77
commit
57e8faa1ee
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ phases:
|
||||||
runtimeversion: java:openjdk8
|
runtimeversion: java:openjdk8
|
||||||
pre_build:
|
pre_build:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuild
|
- echo Nothing to do in prebuil
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- echo Build Started on `date`
|
- echo Build Started on `date`
|
||||||
|
|
Loading…
Reference in a new issue