From b9814d463db5f9dce6bc42a08b950aac59684683 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 10 Dec 2024 15:53:58 -0500 Subject: [PATCH] move to same block --- .../workflows/test_illumina_genotyping_array.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index 06f36aa661..48dfcbf663 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -257,13 +257,13 @@ jobs: --workspace-namespace "warp-pipelines" \ --workspace-name "WARP Tests") - cat $RESPONSE - echo "Response: $RESPONSE" - - if [ -z "$RESPONSE" ]; then - echo "Failed to retrieve Workflow IDs for submission: $SUBMISSION_ID" - continue - fi + cat $RESPONSE + echo "Response: $RESPONSE" + + if [ -z "$RESPONSE" ]; then + echo "Failed to retrieve Workflow IDs for submission: $SUBMISSION_ID" + continue + fi # Parse and store workflow statuses WORKFLOW_STATUSES_FOR_SUBMISSION=$(echo "$RESPONSE" | jq -r 'to_entries | map(.key + " | " + .value) | .[]')