add buildspec.yml codebuild.yml ecr.yml file

This commit is contained in:
unknown 2023-08-15 21:28:02 -04:00
parent ca0bfd2b25
commit ac0df30a58

View file

@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
java: openjdk-17-jdk
java: corretto17
pre_build:
commands:
- AWS_ACC=$(echo $CODEBUILD_BUILD_ARN | cut -d':' -f5)