From c0d9246192538606332f2f5e1262fc1c808b8551 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 1 Feb 2019 10:54:23 -0500 Subject: [PATCH] adding debug to list-tasks --- ecs-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-deploy b/ecs-deploy index ec4e4fe..d359315 100755 --- a/ecs-deploy +++ b/ecs-deploy @@ -357,7 +357,7 @@ function updateService() { # Scan the list of running tasks for that service, and see if one of them is the # new version of the task definition - RUNNING_TASKS=$($AWS_ECS list-tasks --cluster "$CLUSTER" --service-name "$SERVICE" --desired-status RUNNING \ + RUNNING_TASKS=$($AWS_ECS list-tasks --debug --cluster "$CLUSTER" --service-name "$SERVICE" --desired-status RUNNING \ | jq -r '.taskArns[]') if [[ ! -z $RUNNING_TASKS ]] ; then