Skip to content

Commit

Permalink
Support buildkite (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Sep 6, 2023
1 parent 04fe42c commit f66c18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HpcCoverallsMain.hs
Expand Up @@ -34,7 +34,8 @@ getServiceAndJobID = do
("CIRCLECI", ("circleci", "CIRCLE_BUILD_NUM")),
("SEMAPHORE", ("semaphore", "REVISION")),
("JENKINS_URL", ("jenkins", "BUILD_ID")),
("CI_NAME", ("codeship", "CI_BUILD_NUMBER"))]
("CI_NAME", ("codeship", "CI_BUILD_NUMBER")),
("BUILDKITE", ("buildkite", "BUILDKITE_BUILD_NUMBER"))]

writeJson :: String -> Value -> IO ()
writeJson filePath = BSL.writeFile filePath . encode
Expand Down

0 comments on commit f66c18d

Please sign in to comment.