Skip to content

Commit

Permalink
Discards Deregister STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjms authored Jul 25, 2016
1 parent e952ef6 commit def8629
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 @@ -350,7 +350,7 @@ else

echo "Deregistering outdated task revision: $OUTDATED_REVISION_ARN"

$AWS_ECS deregister-task-definition --task-definition "$OUTDATED_REVISION_ARN"
$AWS_ECS deregister-task-definition --task-definition "$OUTDATED_REVISION_ARN" > /dev/null
done
fi
fi
Expand Down

0 comments on commit def8629

Please sign in to comment.