Skip to content

Commit

Permalink
Modify sed for distribution module again
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Jan 12, 2023
1 parent a5606a5 commit 454a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamboo/bootstrap-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ $USE_TERRAFORM_ZIPS == true ]]; then
## [MHS, 04/29/2021] fix cumulus_distribution package not released separately.
sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus_distribution\"/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/cumulus_distribution\"/g" *.tf
# Update to use distribution module
sed -i "s/source[ ]*= \"..\/..\/tf-modules\/distribution/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus-distribution.zip\/\//g" *.tf
sed -i "s/source[ ]*= \"..\/..\/tf-modules\/distribution/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/distribution/g" *.tf

## Update data-persistence
cd ../data-persistence-tf
Expand Down

0 comments on commit 454a1bb

Please sign in to comment.