Skip to content

Commit 1120ec4

Browse files
fail pr verification
1 parent a7d87cf commit 1120ec4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cicd/3-app/aiproxy/pr-buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}/"

cicd/3-app/aiproxy/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Resources:
2525
TTL: 300
2626
ResourceRecords:
2727
- 8.8.8.8
28-
28+
ThisIsInvalid: true
2929

3030
Outputs:
3131
AiProxyURL:

0 commit comments

Comments
 (0)