Skip to content

Commit

Permalink
hotfix/ecsTest-7: 문제가 있던 enableFaultInjection 명시적 삭제 진행
Browse files Browse the repository at this point in the history
  • Loading branch information
KooSuYeon committed Jan 14, 2025
1 parent 76e35aa commit 01e06ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
run: |
aws ecs describe-task-definition --task-definition ${{ vars.AWS_ECS_TASK_DEFINITION_FAMILY }} --query taskDefinition > task-definition.json
- name: Remove enableFaultInjection from task-definition.json
shell: bash
run: |
jq 'del(.enableFaultInjection)' task-definition.json > task-definition-fixed.json
mv task-definition-fixed.json task-definition.json
- name: Fill in the new image ID in task definition
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
Expand Down

0 comments on commit 01e06ff

Please sign in to comment.