mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
add buildspec.yml file
This commit is contained in:
parent
e5d0e48b4f
commit
c317339c5e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: 0.2
|
||||||
phases:
|
phases:
|
||||||
install:
|
install:
|
||||||
runtimeversion: java:openjdk8
|
runtimeversion: java:openjdk8
|
||||||
prebuild:
|
pre_build:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuild
|
- echo Nothing to do in prebuild
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue