Skip to content

Commit

Permalink
add executionRoleArn into NEW_DEF_JQ_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-orz committed Apr 10, 2019
1 parent da39f64 commit f3f8058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function createNewTaskDefJson() {
fi

# Default JQ filter for new task definition
NEW_DEF_JQ_FILTER="family: .family, volumes: .volumes, containerDefinitions: .containerDefinitions, placementConstraints: .placementConstraints"
NEW_DEF_JQ_FILTER="executionRoleArn: .executionRoleArn, ffamily: .family, volumes: .volumes, containerDefinitions: .containerDefinitions, placementConstraints: .placementConstraints"

# Some options in task definition should only be included in new definition if present in
# current definition. If found in current definition, append to JQ filter.
Expand Down

0 comments on commit f3f8058

Please sign in to comment.