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

Commit 60f21a9

Browse files
committed
fix job def output value
1 parent 3da8715 commit 60f21a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/_common/container-build.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Outputs:
450450
Fn::If:
451451
- CreateBatchJobDefinitionTrue
452452
- !Ref BatchJobDef
453-
- ""
453+
- "-"
454454
Export:
455455
Name: !Sub ${AWS::StackName}-BatchJobDefinition
456456

0 commit comments

Comments
 (0)