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
35adc2fdee
commit
d897dfb327
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ phases:
|
|||
- REPOSITORY_URI=$AWS_ACC.dkr.ecr.$AWS_REGION.amazonaws.com
|
||||
- uname -a
|
||||
- java -version
|
||||
- sudo dnf update -y
|
||||
- sudo dnf install java-17-amazon-corretto-devel
|
||||
- dnf update -y
|
||||
- dnf install java-17-amazon-corretto-devel
|
||||
- java -version
|
||||
build:
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue