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
a56083d516
commit
e5d0e48b4f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
|
---
|
||||||
version: 0.2
|
version: 0.2
|
||||||
|
|
||||||
phases:
|
phases:
|
||||||
install:
|
install:
|
||||||
runtimeversion:
|
runtimeversion: java:openjdk8
|
||||||
java:openjdk8
|
|
||||||
prebuild:
|
prebuild:
|
||||||
commands:
|
commands:
|
||||||
- echo Nothing to do in prebuild
|
- echo Nothing to do in prebuild
|
||||||
|
@ -17,3 +16,4 @@ phases:
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
- target/spring-petckinic-2.2.0.BUILD-SNAPSHOT.jar
|
- target/spring-petckinic-2.2.0.BUILD-SNAPSHOT.jar
|
||||||
|
...
|
Loading…
Reference in a new issue