File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ let ReleaseSpec =
71
71
72
72
let stepKey =
73
73
\ (spec : ReleaseSpec. Type )
74
- -> " ${Artifacts.lowerName spec.service}
75
- ${Profiles.toLabelSegment spec.deb_profile}
76
- ${BuildFlags.toLabelSegment spec.build_flags}
77
- ${spec.step_key_suffix}"
74
+ -> " ${Artifacts.lowerName spec.service}" ++
75
+ " ${Profiles.toLabelSegment spec.deb_profile}" ++
76
+ " ${BuildFlags.toLabelSegment spec.build_flags}" ++
77
+ " ${spec.step_key_suffix}"
78
78
79
79
let stepLabel =
80
80
\ (spec : ReleaseSpec. Type )
81
- -> " Docker: ${Artifacts.capitalName spec.service}
82
- ${Network.capitalName spec.network}
83
- ${DebianVersions.capitalName spec.deb_codename}
84
- ${Profiles.toSuffixUppercase spec.deb_profile}
85
- ${BuildFlags.toSuffixUppercase spec.build_flags}"
81
+ -> " Docker: ${Artifacts.capitalName spec.service} " ++
82
+ " ${Network.capitalName spec.network} " ++
83
+ " ${DebianVersions.capitalName spec.deb_codename} " ++
84
+ " ${Profiles.toSuffixUppercase spec.deb_profile} " ++
85
+ " ${BuildFlags.toSuffixUppercase spec.build_flags}"
86
86
87
87
let generateStep =
88
88
\ (spec : ReleaseSpec. Type )
You can’t perform that action at this time.
0 commit comments