Skip to content

Commit 99d549e

Browse files
author
ChadKluck
committed
test
1 parent 60704b1 commit 99d549e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application-infrastructure/buildspec.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ phases:
7878
- python3 ./build-scripts/update_template_timestamp.py template.yml
7979

8080
# Use CloudFormation to package the application infrastructure and code that was placed in the S3 Deploy Bucket
81-
# - aws cloudformation package --template template.yml --s3-bucket $S3_ARTIFACTS_BUCKET --output-template template-export.yml
82-
- aws cloudformation package --template template.yml --s3-bucket $S3_DEPLOY_BUCKET --output-template template-export.yml # older pipelines have S3_DEPLOY_BUCKET env var
81+
- aws cloudformation package --template template.yml --s3-bucket $S3_ARTIFACTS_BUCKET --output-template template-export.yml
8382

8483
# Do a search/replace using the linux sed command in the template-configuration.json file so AWS CloudFormation can tag project resources.
8584
- sed -i.bak 's|\$AWS_PARTITION\$|'${AWS_PARTITION}'|g;s|\$AWS_REGION\$|'${AWS_REGION}'|g;s|\$AWS_ACCOUNT\$|'${AWS_ACCOUNT}'|g;s|\$PREFIX\$|'${PREFIX}'|g;s|\$PROJECT_ID\$|'${PROJECT_ID}'|g;s|\$STAGE_ID\$|'${STAGE_ID}'|g;s|\$REPOSITORY\$|'${REPOSITORY}'|g;s|\$REPOSITORY_BRANCH\$|'${REPOSITORY_BRANCH}'|g;s|\$DEPLOY_ENVIRONMENT\$|'${DEPLOY_ENVIRONMENT}'|g;s|\$ALARM_NOTIFICATION_EMAIL\$|'${ALARM_NOTIFICATION_EMAIL}'|g;s|\$PARAM_STORE_HIERARCHY\$|'${PARAM_STORE_HIERARCHY}'|g' template-configuration.json

0 commit comments

Comments
 (0)