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
|
- REPOSITORY_URI=$AWS_ACC.dkr.ecr.$AWS_REGION.amazonaws.com
|
||||||
- uname -a
|
- uname -a
|
||||||
- java -version
|
- java -version
|
||||||
- sudo dnf update -y
|
- dnf update -y
|
||||||
- sudo dnf install java-17-amazon-corretto-devel
|
- dnf install java-17-amazon-corretto-devel
|
||||||
- java -version
|
- java -version
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue