Skip to content

Commit

Permalink
debug config file
Browse files Browse the repository at this point in the history
  • Loading branch information
milanogrizovic committed Oct 18, 2024
1 parent 63a6cb0 commit 3a751f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
export UPDATED_TASK_DEFINITION=$(echo $TASK_DEFINITION | jq \
--arg IMAGE "${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.APPLICATION_NAME }}:$SHA")
echo "debug ==============================="
cat $UPDATED_TASK_DEFINITION
cat "$UPDATED_TASK_DEFINITION"
echo "end debug ==========================="
echo $UPDATED_TASK_DEFINITION > new-task-def.json
aws ecs register-task-definition --cli-input-json file://new-task-def.json
Expand Down

0 comments on commit 3a751f9

Please sign in to comment.