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
c005029bc5
commit
cfedd6ba06
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ phases:
|
|||
- java -version
|
||||
build:
|
||||
commands:
|
||||
- echo Build started on `date`
|
||||
- echo Build startedd on `date`
|
||||
- mvn package
|
||||
- docker build . -t $REPOSITORY_URI/${REPO}:latest
|
||||
- echo Build completed on `date`
|
||||
|
|
Loading…
Reference in a new issue