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

Commit 6b22375

Browse files
authored
Add GitLab CI commit env variable
1 parent 21e6b55 commit 6b22375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/codacy/git.rb

Lines changed: 1 addition & 0 deletions
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)