From a5606a5f46c60dd717000004cfce0c1edfe1100e Mon Sep 17 00:00:00 2001 From: Jennifer Tran <12633533+botanical@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:43:57 -0500 Subject: [PATCH] Update distribution sed source --- bamboo/bootstrap-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo/bootstrap-integration-tests.sh b/bamboo/bootstrap-integration-tests.sh index f39c7720157..a4dd70aee80 100755 --- a/bamboo/bootstrap-integration-tests.sh +++ b/bamboo/bootstrap-integration-tests.sh @@ -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.zip\/\/tf-modules\/distribution\"/g" *.tf + sed -i "s/source[ ]*= \"..\/..\/tf-modules\/distribution/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus-distribution.zip\/\//g" *.tf ## Update data-persistence cd ../data-persistence-tf