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:
21
21
- cd $CODEBUILD_SRC_DIR
22
22
- cp cicd/3-app/aiproxy/template.yml ./template.yml
23
23
- cfn-lint template.yml
24
+
24
25
- aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
25
26
- aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"
26
27
- 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:
26
26
ResourceRecords :
27
27
- 8.8.8.8
28
28
29
-
30
29
Outputs :
31
30
AiProxyURL :
32
31
Value :
You can’t perform that action at this time.
0 commit comments