Skip to content

Commit

Permalink
print instead of log
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 10, 2024
1 parent 3770cda commit b42fcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ jobs:
echo "Attempt $attempt: Submitting job for input file: $input_file"
#echo "Submitting job for input file: $input_file"
#cat "$SUBMISSION_DATA_FILE"
python3 scripts/firecloud_api/firecloud_api2.py submit_job \
$SUBMISSION_ID=$(python3 scripts/firecloud_api/firecloud_api2.py submit_job \
--workspace-namespace "warp-pipelines" \
--workspace-name "WARP Tests" \
--sa-json-b64 "$SA_JSON_B64" \
--user "[email protected]" \
--submission_data_file "$SUBMISSION_DATA_FILE"
--submission_data_file "$SUBMISSION_DATA_FILE")
#echo "submission id is $SUBMISSION_ID"

#SUBMISSION_ID=$(firecloud_action submit_job --submission_data_file "$SUBMISSION_DATA_FILE")
Expand Down

0 comments on commit b42fcf9

Please sign in to comment.