Skip to content

Commit

Permalink
Merge branch 'inakiabt-patch-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Mar 30, 2017
2 parents f03071c + 4122e1c commit 15358f5
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 @@ -238,7 +238,7 @@ function createNewTaskDefJson() {

# 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.
CONDITIONAL_OPTIONS=(networkMode taskRoleArn)
CONDITIONAL_OPTIONS=(networkMode taskRoleArn placementConstraints)
for i in "${CONDITIONAL_OPTIONS[@]}"; do
re=".*${i}.*"
if [[ "$DEF" =~ $re ]]; then
Expand Down

0 comments on commit 15358f5

Please sign in to comment.