Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 63912b4

Browse files
authored
Merge pull request #33 from andycroll/master
Add Heroku CI variable for git commit SHA
2 parents 278633a + 1d976c2 commit 63912b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/codacy/git.rb

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def self.commit_id
88
ENV['CIRCLE_SHA1'] ||
99
ENV['CI_COMMIT_ID'] ||
1010
ENV['WERCKER_GIT_COMMIT'] ||
11+
ENV['HEROKU_TEST_RUN_COMMIT_VERSION'] ||
1112
git_commit
1213

1314
commit

0 commit comments

Comments
 (0)