Skip to content

Commit a7c843f

Browse files
committed
Fix bootDiskSizeGb
1 parent e811417 commit a7c843f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

wdl/tasks/Utility/Utils.wdl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,14 +2605,14 @@ task GetCurrentTimestampString {
26052605

26062606
# ------------------------------------------------
26072607
# Runtime settings:
2608-
runtime {
2609-
docker: "ubuntu:19.10"
2610-
memory: "512 MB"
2611-
disks: "local-disk 10 HDD"
2612-
bootDiskSizeGb: "15"
2613-
preemptible: 0
2614-
cpu: 1
2615-
}
2608+
runtime {
2609+
docker: "ubuntu:19.10"
2610+
memory: "512 MB"
2611+
disks: "local-disk 10 HDD"
2612+
bootDiskSizeGb: 15
2613+
preemptible: 0
2614+
cpu: 1
2615+
}
26162616

26172617
output {
26182618
String timestamp_string = read_string(date_file)

0 commit comments

Comments
 (0)