Skip to content

Commit

Permalink
chore: don't use branch image
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Nov 26, 2024
1 parent 0e796ea commit 2248794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/star.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ task build_star_db {
cpu: ncpu
memory: "~{memory_gb} GB"
disks: "~{disk_size_gb} GB"
container: "ghcr.io/stjudecloud/star:branch-tests-2.7.11b-1"
container: "ghcr.io/stjudecloud/star:2.7.11b-1"
maxRetries: 1
}
}
Expand Down Expand Up @@ -813,7 +813,7 @@ task alignment {
cpu: ncpu
memory: "50 GB"
disks: "~{disk_size_gb} GB"
container: "ghcr.io/stjudecloud/star:branch-tests-2.7.11b-1"
container: "ghcr.io/stjudecloud/star:2.7.11b-1"
maxRetries: 1
}
}
Expand Down

0 comments on commit 2248794

Please sign in to comment.