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 b42fcf9 commit d6359fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,13 @@ jobs:
for input_file in "$INPUTS_DIR"/*.json; do
while [ $attempt -le $MAX_RETRIES ]; do
echo "Attempt $attempt: Submitting job for input file: $input_file"
#echo "Submitting job for input file: $input_file"
#cat "$SUBMISSION_DATA_FILE"
$SUBMISSION_ID=$(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")
#echo "submission id is $SUBMISSION_ID"
echo "submission id is $SUBMISSION_ID"

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

Expand Down

0 comments on commit d6359fb

Please sign in to comment.