Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit ab4b95b

Browse files
committed
update cromwell version selection
1 parent 89e6ef4 commit ab4b95b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/templates/cromwell/cromwell-server.template.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ Parameters:
5050
version of Cromwell from Github.
5151
AllowedValues:
5252
- latest
53-
- 36.1
54-
- 36
55-
Default: 36.1
53+
- specify ...
54+
Default: latest
55+
56+
CromwellVersionSpecified:
57+
Type: String
58+
Description: >-
59+
Specific version of Cromwell to install. Must match a released version number.
60+
For example, 36, 36.1, 41, 42, etc. Ignored if "Cromwell Version" is set to "latest".
5661
5762
InstanceName:
5863
Type: String
@@ -253,7 +258,7 @@ Resources:
253258
Fn::If:
254259
- GetLatestCromwellVersion
255260
- !Ref CromwellVersion
256-
- !Join ["/", ["tags", !Ref CromwellVersion]]
261+
- !Join ["/", ["tags", !Ref CromwellVersionSpecified]]
257262

258263
mode: "000755"
259264
owner: "ec2-user"
@@ -516,6 +521,7 @@ Metadata:
516521
default: "Cromwell Configuration"
517522
Parameters:
518523
- CromwellVersion
524+
- CromwellVersionSpecified
519525
- S3BucketName
520526
- BatchQueue
521527

@@ -540,6 +546,8 @@ Metadata:
540546
default: "Default Batch Queue"
541547
CromwellVersion:
542548
default: "Cromwell Version"
549+
CromwellVersionSpecified:
550+
default: "..."
543551

544552
Outputs:
545553
EC2Instance:

0 commit comments

Comments
 (0)