Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 27c7c50 commit 625cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Command/MinaArtifact.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let pipeline : DebianVersions.DebVersion -> Profiles.Type -> PipelineMode.Type -
JobSpec::{
dirtyWhen = DebianVersions.dirtyWhen debVersion,
path = "Release",
name = "MinaArtifact${DebianVersions.capitalName debVersion}${Profiles.toSuffixUppercase profile}"
name = "MinaArtifact${DebianVersions.capitalName debVersion}${Profiles.toSuffixUppercase profile}",
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Release ],
mode = mode
},
Expand Down

0 comments on commit 625cb14

Please sign in to comment.