Skip to content

Commit

Permalink
Renaming script to describe its function
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Aug 20, 2020
1 parent cfefffe commit af249ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/schedule-task.sh → src/register-task-definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ TASK_ARN=$(aws ecs register-task-definition \
--query="taskDefinition.taskDefinitionArn" \
--output=text)

echo "---> Executing ECS Task"
echo " CLUSTER_NAME: ${CLUSTER_NAME}"
echo " APP_NAME: ${APP_NAME}"
echo " TASK_ARN: ${TASK_ARN}"

exit

0 comments on commit af249ab

Please sign in to comment.