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