Skip to content

Commit

Permalink
move to same block
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 10, 2024
1 parent cbe2151 commit b9814d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) | .[]')
Expand Down

0 comments on commit b9814d4

Please sign in to comment.