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

Commit 6e71f39

Browse files
authored
Merge pull request #39 from codacy/mrfyda-patch-1
Add GitLab CI commit env variable
2 parents 21e6b55 + 6b22375 commit 6e71f39

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
@@ -9,6 +9,7 @@ def self.commit_id
99
ENV['CI_COMMIT_ID'] ||
1010
ENV['WERCKER_GIT_COMMIT'] ||
1111
ENV['HEROKU_TEST_RUN_COMMIT_VERSION'] ||
12+
ENV['CI_COMMIT_SHA'] ||
1213
git_commit
1314

1415
commit

0 commit comments

Comments
 (0)