Skip to content

Commit

Permalink
Echoing task definition arn after registering
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Aug 20, 2020
1 parent af249ab commit e6e1558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/register-task-definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ TASK_ARN=$(aws ecs register-task-definition \
--query="taskDefinition.taskDefinitionArn" \
--output=text)

echo "---> Task Definition ARN: ${TASK_ARN}"

exit

0 comments on commit e6e1558

Please sign in to comment.