Skip to content

Commit

Permalink
Merge pull request #16332 from MinaProtocol/dkijania/fix_xrefchecks
Browse files Browse the repository at this point in the history
Fix issues with markdown
  • Loading branch information
dkijania authored Nov 11, 2024
2 parents 862035d + 83fddd8 commit 10ae030
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions buildkite/src/Jobs/Lint/Xrefcheck.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
let B = ../../External/Buildkite.dhall

let SelectFiles = ../../Lib/SelectFiles.dhall

let Pipeline = ../../Pipeline/Dsl.dhall
Expand All @@ -14,8 +12,6 @@ let Command = ../../Command/Base.dhall

let Size = ../../Command/Size.dhall

let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type

in Pipeline.build
Pipeline.Config::{
, spec = JobSpec::{
Expand All @@ -39,8 +35,9 @@ in Pipeline.build
[ Cmd.runInDocker
Cmd.Docker::{
, image = (../../Constants/ContainerImages.dhall).xrefcheck
, useBash = False
}
( "awesome_bot -allow-dupe "
( "awesome_bot --allow-dupe "
++ "--allow-redirect "
++ "--allow 403,401 "
++ "--skip-save-results "
Expand All @@ -55,7 +52,6 @@ in Pipeline.build
, label = "Verifies references in markdown"
, key = "xrefcheck"
, target = Size.Multi
, soft_fail = Some (B/SoftFail.Boolean True)
}
]
}

0 comments on commit 10ae030

Please sign in to comment.