diff --git a/provider/legal-aws/build-aws/buildspec.yaml b/provider/legal-aws/build-aws/buildspec.yaml
index ecc0636a7c5d852d6285b36d618f73fa14d0c291..c11be1da91bafa8feb60ed6c2e15f77acbdaa916 100644
--- a/provider/legal-aws/build-aws/buildspec.yaml
+++ b/provider/legal-aws/build-aws/buildspec.yaml
@@ -72,10 +72,6 @@ phases:
       - echo "Building integration testing assemblies and gathering artifacts..."
       - ./testing/legal-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