Skip to content

Commit

Permalink
fix dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 25, 2023
1 parent 1efbc31 commit 511f686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildkite/src/Constants/DebianVersions.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let toolchainImage = \(debVersion : DebVersion) ->
} debVersion

let dependsOn = \(debVersion : DebVersion) -> \(profile : Profiles.Type) ->
let profileName = Profiles.capitalName profile
let profileName = Profiles.capitalName profile in
merge {
Bookworm = [{ name = "MinaArtifactBookworm${profileName}", key = "build-deb-pkg" }]
, Bullseye = [
Expand Down Expand Up @@ -106,4 +106,4 @@ in
, toolchainImage = toolchainImage
, dependsOn = dependsOn
, dirtyWhen = dirtyWhen
}
}

0 comments on commit 511f686

Please sign in to comment.