ciricihq / gitlab-sonar-scanner

This project is no longer maintained
GNU General Public License v3.0
80 stars 62 forks source link

Update deprecated environment variables #41

Open yashton opened 5 years ago

yashton commented 5 years ago

Certain variables in use are deprecated. For example: CI_BUILD_REF to CI_COMMIT_SHA https://docs.gitlab.com/ee/ci/variables/deprecated_variables.html

Script should be updated to look for the new variable. For backwards compatibility, both variables could be checked.