Skip to content

Commit

Permalink
removing unecessary vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 9, 2024
1 parent 73e24e3 commit 184ce34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,12 +1202,7 @@ jobs:
terraform init
if terraform apply --auto-approve \
-var="aws_ecr_private_registry=${{ secrets.AWS_ECR_PRIVATE_REGISTRY }}" \
-var="ecr_integration_test_repo=${{ env.ECR_INTEGRATION_TEST_REPO }}" \
-var="github_sha=${{ github.sha }}" \
-var="test_dir=${{ matrix.arrays.test_dir }}"\
-var="cwagent_image_repo=${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_INTEGRATION_TEST_REPO }}" \
-var="cwagent_image_tag=${{ github.sha }}" \
-var="beta=true" \
-var="addon_name=amazon-cloudwatch-observability" \
-var="addon_version=v1.6.0-eksbuild.1" \
Expand Down

0 comments on commit 184ce34

Please sign in to comment.