We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dee7054 + 6e94186 commit 2ca0701Copy full SHA for 2ca0701
codeclimate_test_reporter/components/ci.py
@@ -85,7 +85,7 @@ def __services(self):
85
"build_identifier": self.env.get("CI_BUILD_NUMBER"),
86
"build_url": self.env.get("CI_BUILD_URL"),
87
"branch": self.env.get("CI_BRANCH"),
88
- "commit_sha": self.env.get("CI_BUILD_NUMBER"),
+ "commit_sha": self.env.get("CI_COMMIT"),
89
"pull_request": self.env.get("CI_PULL_REQUEST")
90
}
91
}, {
0 commit comments