Skip to content

Commit

Permalink
adding debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Sep 18, 2023
1 parent a979c06 commit c026ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reuse-wf-trigger-dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
sleep 120
response=$(curl -s -H "Authorization: Bearer ${{ secrets.bearer_token }}" -X GET \
"$astro_core_api?deploymentIds=${{ secrets.deployment_id }}")
echo "response is $response"
deployment_status=$(echo "$response" | jq -r '.deployments[0].status')
echo "Deployment status is: $deployment_status"
echo "Waiting for deployment to be in ready state!!!"
Expand Down

0 comments on commit c026ab7

Please sign in to comment.