Skip to content

Commit

Permalink
Fixing run-task passing wrong parameters for tail-task-logs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed May 11, 2020
1 parent fb38256 commit 55057e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/run-task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ TASK_STATUS=$(aws ecs describe-tasks \
--output=text)
echo "---> Task ID $TASK_ID"
echo "---> Task Status $TASK_STATUS"
export TASK_ID=$TASK_ID
./tail-task-logs.py

./tail-task-logs.py $TASK_ID

# Discovery the Container Retunr status after the run-task
CONTAINER_EXIT_CODE=$(aws ecs describe-tasks \
Expand Down

0 comments on commit 55057e6

Please sign in to comment.