mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
add buildspec.yml codebuild.yml ecr.yml file
This commit is contained in:
parent
ac0df30a58
commit
68a5ad6dbc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: 0.2
|
|||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
java: corretto17
|
||||
java: openjdk11
|
||||
pre_build:
|
||||
commands:
|
||||
- AWS_ACC=$(echo $CODEBUILD_BUILD_ARN | cut -d':' -f5)
|
||||
|
|
Loading…
Reference in a new issue