mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 08:57:02 +00:00
8e53f62331
When Jenkins creates a build, it can sometimes run the build on a detached HEAD, causing the commit SHA to be different from the SHA of your branch. This will cause issues when reporting test coverage to Code Climate. Setting `GIT_COMMIT` fixes code climate upload errors. ref -> https://docs.codeclimate.com/docs/jenkins#jenkins-ci-builds Closes #5294