diff --git a/bamboo/bootstrap-integration-tests.sh b/bamboo/bootstrap-integration-tests.sh index 08ece3e7743..3c602188ceb 100755 --- a/bamboo/bootstrap-integration-tests.sh +++ b/bamboo/bootstrap-integration-tests.sh @@ -21,13 +21,7 @@ if [[ $USE_TERRAFORM_ZIPS == true ]]; then sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus_ecs_service/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus-ecs-service.zip\/\//g" *.tf # Update to use cumulus core module sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/cumulus/g" *.tf - - ## [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 - - ## Works but not right - ## 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 - ## Right + # 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 ## Update data-persistence