From 6e94186b5451e05fdae0f6405e385d9567d72912 Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Tue, 14 Jun 2016 14:28:11 -0400 Subject: [PATCH 1/2] Fix Drone CI commit_sha inference --- codeclimate_test_reporter/components/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeclimate_test_reporter/components/ci.py b/codeclimate_test_reporter/components/ci.py index 9c3a7f4..51d36fe 100644 --- a/codeclimate_test_reporter/components/ci.py +++ b/codeclimate_test_reporter/components/ci.py @@ -85,7 +85,7 @@ def __services(self): "build_identifier": self.env.get("CI_BUILD_NUMBER"), "build_url": self.env.get("CI_BUILD_URL"), "branch": self.env.get("CI_BRANCH"), - "commit_sha": self.env.get("CI_BUILD_NUMBER"), + "commit_sha": self.env.get("CI_COMMIT"), "pull_request": self.env.get("CI_PULL_REQUEST") } }, { From bbc7142f32e87e00c8ec272aae80970e65ccca8a Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Tue, 14 Jun 2016 14:37:45 -0400 Subject: [PATCH 2/2] Release v0.1.2 --- codeclimate_test_reporter/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeclimate_test_reporter/VERSION b/codeclimate_test_reporter/VERSION index 17e51c3..d917d3e 100644 --- a/codeclimate_test_reporter/VERSION +++ b/codeclimate_test_reporter/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2