From 86d3ab4477fd4b61b3c9a6e599e0b287e4024c8c Mon Sep 17 00:00:00 2001
From: Marc Burnie <mburnie@amazon.com>
Date: Fri, 10 Jan 2025 15:29:21 -0600
Subject: [PATCH] chore: removing helm copy from aws buildspec

---
 provider/search-aws/build-aws/buildspec.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/provider/search-aws/build-aws/buildspec.yaml b/provider/search-aws/build-aws/buildspec.yaml
index 62af00d68..b3b1931fd 100644
--- a/provider/search-aws/build-aws/buildspec.yaml
+++ b/provider/search-aws/build-aws/buildspec.yaml
@@ -81,10 +81,6 @@ phases:
       - echo "Building integration testing assemblies and gathering artifacts..."
       - ./testing/integration-tests/search-test-aws/build-aws/prepare-dist.sh
 
-      - sed -i "s|__CONTAINER__|$ECR_IMAGE|"  devops/aws/chart/values.yaml
-      - echo "--Copying Helm Charts to ${OUTPUT_DIR:-dist}--"
-      - rsync -r devops/aws/* "${OUTPUT_DIR:-dist}"
-
       - echo "Build and push docker image..."
       - docker buildx create --driver docker-container --use
       - docker buildx inspect --bootstrap
-- 
GitLab