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
6a5cdbc330
commit
f1b67b2529
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ phases:
|
|||
build:
|
||||
commands:
|
||||
- echo Build started on `date`
|
||||
- mvn install
|
||||
- mvn package
|
||||
post_build:
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue