Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Solution Helper still had references to old bucket name #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ replace="s/%%VERSION%%/$2/g"
echo "sed -i '' -e $replace $dist_dir/cost-optimization-monitor.template"
sed -i '' -e "$replace" "$dist_dir"/cost-optimization-monitor.template

echo "Updating dist bucket in template with $3"
replace="s/%%DIST_BUCKET_NAME%%/$3/g"
echo "sed -i '' -e $replace $dist_dir/cost-optimization-monitor.template"
sed -i '' -e "$replace" "$dist_dir"/cost-optimization-monitor.template

echo "------------------------------------------------------------------------------"
echo "[Packing] ES Tools"
echo "------------------------------------------------------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion deployment/cost-optimization-monitor.template
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@
"Fn::Join": [
"",
[
"%%DIST_BUCKET_NAME%%-",
"%%TEMPLATE_BUCKET_NAME%%-",
{
"Ref": "AWS::Region"
}
Expand Down