Skip to content

Commit

Permalink
forgot to add runtime attributes to the scatter tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
JVThomas committed Nov 19, 2023
1 parent e437393 commit e1db884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-workflows/basic_sub_workflow/testworkflow.wdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version 1.0

task scatteringHello {
runtime {
docker: "ubuntu@sha256:71cd81252a3563a03ad8daee81047b62ab5d892ebbfbf71cf53415f29c130950"
}
input {
Int number
}
Expand All @@ -13,6 +16,9 @@ task scatteringHello {
}

task scatteringGoodbye {
runtime {
docker: "ubuntu@sha256:71cd81252a3563a03ad8daee81047b62ab5d892ebbfbf71cf53415f29c130950"
}
input {
Int number
}
Expand Down

0 comments on commit e1db884

Please sign in to comment.