Skip to content

Commit

Permalink
test: debugging fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
brivu committed Jun 1, 2022
1 parent 416207e commit e2c5803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/register-new-task-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -n "${CCI_ORB_AWS_ECS_PLACEMENT_CONSTRAINTS}" ] && [ "${CCI_ORB_AWS_ECS_PLA
fi

if [ -n "${CCI_ORB_AWS_ECS_REQ_COMP}" ] && [ "${CCI_ORB_AWS_ECS_REQ_COMP}" != "[]" ]; then
set -- "$@" "--requires-compatibilities ${CCI_ORB_AWS_ECS_REQ_COMP}"
set -- "$* --requires-compatibilities ${CCI_ORB_AWS_ECS_REQ_COMP}"
fi

if [ -n "${CCI_ORB_AWS_ECS_TASK_CPU}" ]; then
Expand Down

0 comments on commit e2c5803

Please sign in to comment.