From f5b54eb062aeed72e0323d4a0c73e0395403abcf Mon Sep 17 00:00:00 2001 From: Sheetal Date: Tue, 14 May 2024 14:10:57 +0530 Subject: [PATCH] qa pipeline implementation done' --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index a977810fa..753382b6d 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -80,7 +80,7 @@ jobs: - name: Replace executionRoleArn in task definition run: | - sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" taskdef/frontend-taskdef.json + sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" qa-taskdef/frontend-taskdef.json - name: Update Task Definition and service run: |