Skip to content

Commit b64c77a

Browse files
Merge pull request #1 from code-dot-org/mybranch
test pr verification
2 parents a7d87cf + f83a4da commit b64c77a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Resources:
2626
ResourceRecords:
2727
- 8.8.8.8
2828

29-
3029
Outputs:
3130
AiProxyURL:
3231
Value:

0 commit comments

Comments
 (0)