File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ phases:
2121 - cd $CODEBUILD_SRC_DIR
2222 - cp cicd/3-app/aiproxy/template.yml ./template.yml
2323 - cfn-lint template.yml
24+
2425 - aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
2526 - aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"
2627 - echo "Artifacts uploaded to S3, view them at https://console.aws.amazon.com/s3/buckets/${ARTIFACT_STORE}?region=us-east-1&prefix=${ARTIFACT_PATH}/"
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ Resources:
2626 ResourceRecords :
2727 - 8.8.8.8
2828
29-
3029Outputs :
3130 AiProxyURL :
3231 Value :
You can’t perform that action at this time.
0 commit comments