Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down