Skip to content

Commit

Permalink
Merge pull request #776 from umccr/cttso-v2-bugfix
Browse files Browse the repository at this point in the history
Fix validationOnly json path, should be constant 'false'
  • Loading branch information
alexiswl authored Dec 13, 2024
2 parents e4e42c6 + 94ef175 commit 3b86429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"read2GzOutputFileUri.$": "$.get_ora_cache_uri_step.read_2_gz_output_uri",
"read1EstimatedGzFileSize": -1,
"read2EstimatedGzFileSize": -1,
"validationOnly.$": false
"validationOnly": false
}
},
"End": true
Expand Down

0 comments on commit 3b86429

Please sign in to comment.