Skip to content

Commit

Permalink
Merge branch 'pipeline-implementation' of github.com:Bhutan-NDI/ngota…
Browse files Browse the repository at this point in the history
…g-platform into pipeline-implementation
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
2 parents 9bb305b + cff4867 commit 2ae004c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev-agent-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ 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/agent-provisioning.json
- name: Update Task Definition
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' taskdef/agent-provisioning.json)
Expand Down

0 comments on commit 2ae004c

Please sign in to comment.