add buildspec.yml codebuild.yml ecr.yml file

This commit is contained in:
unknown 2023-08-15 21:31:33 -04:00
parent ac0df30a58
commit 68a5ad6dbc

View file

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