Accept `debug` as input instead of `CODECLIMATE_DEBUG` variable
This merge request introduces a new input debug
that acts as a replacement for CODECLIMATE_DEBUG
CI/CD variable.
The newly introduced input is off by default to keep it consistent with the current behaviour of the corresponding CI template which only enables CodeClimate debug mode if CODECLIMATE_DEBUG
is present. The only difference is you have to specify an alphanumeric
value in debug
input to enable the debug mode.
I have also updated the component's .gitlab-ci.yml
file to reflect that change and use debug
instead of CODECLIMATE_DEBUG
.
Edited by Ahmed Hemdan