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 2b39b7f + 7b995cd commit b9cac41Copy full SHA for b9cac41
1 file changed
lib/getGitData.js
@@ -15,7 +15,8 @@
15
process.env.CIRCLE_SHA1 ||
16
process.env.CI_COMMIT_ID ||
17
process.env.WERCKER_GIT_COMMIT ||
18
- process.env.BUILDKITE_COMMIT;
+ process.env.BUILDKITE_COMMIT ||
19
+ process.env.CI_COMMIT_SHA;
20
21
if (gitCommit) {
22
logger.debug('Received Commit Id: ' + gitCommit);
0 commit comments