Skip to content

Commit

Permalink
Merge pull request #14947 from MinaProtocol/merges-cleanly-to-rampup-…
Browse files Browse the repository at this point in the history
…RAMPUP

[rampup] Add 'merges cleanly to rampup' CI job
  • Loading branch information
mrmr1993 authored Jan 24, 2024
2 parents 2fbe92c + ef9f345 commit 2987b2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildkite/src/Jobs/Lint/Merge.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ Pipeline.build
image = (../../Constants/ContainerImages.dhall).toolchainBase
}
}
, Command.build
Command.Config::{
commands = [ Cmd.run "buildkite/scripts/merges-cleanly.sh rampup"]
, label = "Check merges cleanly into rampup"
, key = "clean-merge-rampup"
, target = Size.Small
, docker = Some Docker::{
image = (../../Constants/ContainerImages.dhall).toolchainBase
}
}
, Command.build
Command.Config::{
commands = [ Cmd.run "true" ] : List Cmd.Type
Expand Down

0 comments on commit 2987b2c

Please sign in to comment.