Skip to content

Commit

Permalink
comp
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 27, 2023
1 parent 21e7ab7 commit 2b1f0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/VersionLint.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let buildTestCmd : Text -> Size -> List Command.TaggedKey.Type -> Command.Type =
key = "version-linter",
target = cmd_target,
docker = None Docker.Type,
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ]
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
depends_on = dependsOn,
artifact_paths = [ S.contains "core_dumps/*" ]
}
Expand Down

0 comments on commit 2b1f0dd

Please sign in to comment.