Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Nov 10, 2024
1 parent 7dd3ca4 commit 5e68042
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion buildkite/src/Command/MinaArtifact.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ let pipelineBuilder
, dirtyWhen = DebianVersions.dirtyWhen spec.debVersion
, path = "Release"
, name =
"${spec.prefix}${DebianVersions.capitalName
"${spec.prefix}${Network.capitalName spec.network}${DebianVersions.capitalName
spec.debVersion}${Profiles.toSuffixUppercase
spec.profile}${BuildFlags.toSuffixUppercase
spec.buildFlags}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ in Pipeline.build
, PipelineTag.Type.Stable
]
, mode = PipelineMode.Type.Stable
, prefix = "MinaArtifactMainnet"
}
)
1 change: 0 additions & 1 deletion buildkite/src/Jobs/Release/MinaArtifactMainnetFocal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ in Pipeline.build
, PipelineTag.Type.Stable
]
, mode = PipelineMode.Type.Stable
, prefix = "MinaArtifactMainnet"
}
)

0 comments on commit 5e68042

Please sign in to comment.