Skip to content

Commit

Permalink
Merge 7eebe98 into 04fe42c
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Aug 12, 2020
2 parents 04fe42c + 7eebe98 commit d8340b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HpcCoverallsMain.hs
Original file line number Diff line number Diff line change
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 d8340b4

Please sign in to comment.