From c026ab72af961eaf91c890ae965880832122bcac Mon Sep 17 00:00:00 2001 From: Rahul Vats Date: Mon, 18 Sep 2023 20:48:26 +0530 Subject: [PATCH] adding debugging statement --- .github/workflows/reuse-wf-trigger-dag.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reuse-wf-trigger-dag.yaml b/.github/workflows/reuse-wf-trigger-dag.yaml index 3a4e122f5..f93a10fb4 100644 --- a/.github/workflows/reuse-wf-trigger-dag.yaml +++ b/.github/workflows/reuse-wf-trigger-dag.yaml @@ -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!!!"