We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811417 commit a7c843fCopy full SHA for a7c843f
1 file changed
wdl/tasks/Utility/Utils.wdl
@@ -2605,14 +2605,14 @@ task GetCurrentTimestampString {
2605
2606
# ------------------------------------------------
2607
# 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
- }
+ runtime {
+ docker: "ubuntu:19.10"
+ memory: "512 MB"
+ disks: "local-disk 10 HDD"
+ bootDiskSizeGb: 15
+ preemptible: 0
+ cpu: 1
+ }
2616
2617
output {
2618
String timestamp_string = read_string(date_file)
0 commit comments