Skip to content

Commit

Permalink
add mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 625cb14 commit baef6b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildkite/src/Command/MinaArtifact.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ let Profiles = ../Constants/Profiles.dhall
in

let pipeline : DebianVersions.DebVersion -> Profiles.Type -> PipelineMode.Type -> Pipeline.Config.Type = \(debVersion : DebianVersions.DebVersion) ->
\(profile: Profiles.Type) ->
\(profile: PipelineMode.Type) ->
\(profile: Profiles.Type) -> \(mode: PipelineMode.Type) ->
Pipeline.Config::{
spec =
JobSpec::{
Expand Down

0 comments on commit baef6b0

Please sign in to comment.